mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix embarrassing typo caught by IE8.
This commit is contained in:
@@ -58,7 +58,7 @@ if (typeof Sky === "undefined") Sky = {};
|
||||
_.each(ctx._callbacks, function (f) {
|
||||
f(); // XXX wrap in try?
|
||||
});
|
||||
delete this._callbacks; // maybe help the GC
|
||||
delete ctx._callbacks; // maybe help the GC
|
||||
});
|
||||
},
|
||||
|
||||
@@ -66,4 +66,4 @@ if (typeof Sky === "undefined") Sky = {};
|
||||
Context: Context
|
||||
}
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user