Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Deps debugFunc for non-Meteor use
Apparently on current Chrome you can't call (f = console.log, f("x")). You need to bind console.
- Loading branch information