mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix: added instance in jsdocs
This commit is contained in:
@@ -745,9 +745,10 @@ Object.assign(Mongo.Collection.prototype, {
|
||||
|
||||
// We'll actually design an index API later. For now, we just pass through to
|
||||
// Mongo's, but make it synchronous.
|
||||
/**
|
||||
/**
|
||||
* @summary Creates the specified index on the collection.
|
||||
* @locus server
|
||||
* @method _ensureIndex
|
||||
* @deprecated in 3.0
|
||||
* @memberof Mongo.Collection
|
||||
* @instance
|
||||
|
||||
Reference in New Issue
Block a user