mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove check for Meteor because we decided to assume it exists
This commit is contained in:
@@ -63,7 +63,7 @@ _.extend(ReactiveDict.prototype, {
|
||||
var self = this;
|
||||
|
||||
// Meteor.Collection.ObjectID is in the 'mongo' package
|
||||
var ObjectID = Meteor && Meteor.Collection && Meteor.Collection.ObjectID;
|
||||
var ObjectID = Meteor.Collection && Meteor.Collection.ObjectID;
|
||||
|
||||
// We don't allow objects (or arrays that might include objects) for
|
||||
// .equals, because JSON.stringify doesn't canonicalize object key
|
||||
|
||||
Reference in New Issue
Block a user