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