Alex

Results 1 comments of Alex

It is like the event listener _Collection1.on('stored'_ is called for all the FS store of the app. To avoid this error i added ``` Collection1.on('stored', Meteor.bindEnvironment( function (fileObj,store) { if...