yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
827 stars 261 forks source link

Fix issue #156 max call stack exceeded #270

Closed sean-stanley closed 8 years ago

sean-stanley commented 9 years ago

Removed Futures and used this.unblock() instead. This is per @aldeed's suggestion on issue #156.