Skip to content

Commit

Permalink
Update Meteor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Taakn authored May 26, 2020
1 parent ec346ee commit fa8555b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ module.exports = {
Mongo: {
Collection,
},
collection(name, options) {
return new Collection(name, options);
},
withTracker,
getData() {
return Data;
Expand Down

0 comments on commit fa8555b

Please sign in to comment.