mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add comment to Collection.get() name parameter
This commit is contained in:
@@ -979,7 +979,7 @@ Mongo.Collection.ObjectID = Mongo.ObjectID;
|
||||
* @method get
|
||||
* @memberof Mongo.Collection
|
||||
* @static
|
||||
* @param {string} name
|
||||
* @param {string} name Name of your collection as it was defined with `new Mongo.Collection()`.
|
||||
* @returns {Mongo.Collection | undefined}
|
||||
*/
|
||||
Mongo.Collection.get = function get(name) {
|
||||
|
||||
Reference in New Issue
Block a user