Closed tsemana closed 10 years ago
Getting this error with a very basic class:
now = new Deps.Dependency; var session = { remaining: function () { now.depend(); return this.endDate().getTime() - Date.now(); }, done: function () { return this.remaining() < 0; }, };
You need to add Deps.Dependency to the stub https://github.com/xolvio/rtd/blob/master/lib/meteor-stubs.js#L193
Getting this error with a very basic class: