Vulcan/packages/nova-comments/lib/collection.js

7 lines
148 B
JavaScript
Raw Normal View History

2015-04-24 09:28:50 +09:00
/**
* @summary The global namespace for Comments.
2015-04-24 09:28:50 +09:00
* @namespace Comments
*/
Comments = new Mongo.Collection("comments");
2016-06-23 12:17:39 +09:00
export default Comments;