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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user