2015-04-24 09:28:50 +09:00
|
|
|
/**
|
2016-04-09 09:41:20 +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;
|