Skip to content

Commit

Permalink
fix: object viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Mar 19, 2020
1 parent ffa7fd7 commit 96dd83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ObjViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class ObjViewer extends Emitter {
virtualData[key] = obj
})
virtualKeys = keys(virtualData)
enumerableKeys = filter(keys, val => !map[val])
enumerableKeys = filter(enumerableKeys, val => !map[val])
}

each(types, type => {
Expand Down

0 comments on commit 96dd83f

Please sign in to comment.