Vulcan/packages/nova-comments/lib/collection.js
2016-06-23 15:00:58 +09:00

7 lines
No EOL
148 B
JavaScript

/**
* @summary The global namespace for Comments.
* @namespace Comments
*/
Comments = new Mongo.Collection("comments");
export default Comments;