Closed bitomule closed 10 years ago
I've changed the Meteor.defer call to just a setTimeout. This fixes the problem I was facing removing CollectionFS Files using animation. I was getting an error that Meteor.defer can only be used on server.
I've updated it to Meteor.setTimeout.
I've changed the Meteor.defer call to just a setTimeout. This fixes the problem I was facing removing CollectionFS Files using animation. I was getting an error that Meteor.defer can only be used on server.