Skip to content

Commit

Permalink
Fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
grassick committed Feb 11, 2020
1 parent 81cc3ce commit f18e7a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions dist/minimongo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/minimongo.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/minimongo.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ LocalCollection._f = {
return 9;
if (EJSON.isBinary(v))
return 5;
if (v instanceof Meteor.Collection.ObjectID)
return 7;
return 3; // object

// XXX support some/all of these:
Expand Down

0 comments on commit f18e7a7

Please sign in to comment.