mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update packages/tracker/tracker.js
Co-authored-by: Radosław Miernik <radekmie@gmail.com>
This commit is contained in:
@@ -144,7 +144,7 @@ var constructingComputation = false;
|
||||
* computation.
|
||||
* @instancename computation
|
||||
*/
|
||||
Tracker.Computation = class Computation {
|
||||
Tracker.Computation = class Computation {
|
||||
constructor(f, parent, onError) {
|
||||
if (! constructingComputation)
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user