mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 11:01:38 -05:00
4 lines
No EOL
100 B
JavaScript
4 lines
No EOL
100 B
JavaScript
if(Meteor.isClient){
|
|
// Local (client-only) collection
|
|
Messages = new Meteor.Collection(null);
|
|
} |