1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 01:32:27 +01:00

Fix Class#update for non-localized classes.

This commit is contained in:
Kris Maglione
2011-09-10 08:54:09 -04:00
parent f6dd7ba2ce
commit 7b67f3c895

View File

@@ -986,8 +986,10 @@ Class.prototype = {
catch (e) {}
}, this);
}
return this;
},
localizedProperties: {},
magicalProperties: {}
};
Class.makeClosure = function makeClosure() {