mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix variable typo
This commit is contained in:
@@ -841,7 +841,7 @@ MongoConnection.prototype._createIndex = function (collectionName, index,
|
||||
future.wait();
|
||||
};
|
||||
|
||||
MongoCollection.prototype._ensureIndex = MongoConnection.prototype._createIndex;
|
||||
MongoConnection.prototype._ensureIndex = MongoConnection.prototype._createIndex;
|
||||
|
||||
MongoConnection.prototype._dropIndex = function (collectionName, index) {
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user