1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 04:15:45 +01:00

Add canceled property to DOM instances. Remove stray util.haveGecko call.

This commit is contained in:
Kris Maglione
2011-08-15 13:57:13 -04:00
parent 9d87ed9454
commit 01fd946df1
4 changed files with 15 additions and 8 deletions

View File

@@ -1069,7 +1069,6 @@ function Module(name, prototype) {
let proto = arguments[callable(prototype) ? 2 : 1];
proto._metaInit_ = function () {
dump("_metaInit_ " + name + " " + currentModule.NAME + " " + this + "\n");
delete module.prototype._metaInit_;
currentModule[name.toLowerCase()] = this;
};