kadirahq / subs-manager

Subscriptions Manager for Meteor
MIT License
358 stars 36 forks source link

fix/clear method #71

Closed pdiniz13 closed 8 years ago

pdiniz13 commented 8 years ago

Fixed bug in clear method which was setting the _cacheMap to an array when the property was supposed to be an object.

arunoda commented 8 years ago

Thanks. But I think you did it in the other way around. Isn't it?

pdiniz13 commented 8 years ago

The order was reversed and I didn't notice when I switched them.

arunoda commented 8 years ago

Thanks.