Fix embarrassing typo caught by IE8.

This commit is contained in:
Nick Martin
2011-12-20 17:12:06 -08:00
parent 0edcc2e77a
commit 212cdd8b5c

View File

@@ -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
}
});
})();
})();