Trivial fix for a test I added that fails in the browser. r=orange.

This commit is contained in:
Jason Orendorff 2011-02-14 17:41:16 -06:00
parent 2c5ad92a64
commit 2b0fd92783

View File

@ -6,7 +6,6 @@ var obj = {};
obj.watch("m", function (id, oldval, newval) {
delete obj.m;
obj.m = function () {};
dumpObject(obj);
return newval;
});
delete obj.m;