mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 03:45:46 +01:00
Fix ill-conceived and confusing naming issue.
This commit is contained in:
@@ -246,8 +246,7 @@ var Overlay = Module("Overlay", {
|
||||
callee.frobbed = true;
|
||||
};
|
||||
|
||||
if (name !== "init" && name !== "load")
|
||||
INIT[name].superapply = function (name) { init[name](); };
|
||||
INIT[name].require = function (name) { init[name](); };
|
||||
}
|
||||
|
||||
function frobModules() {
|
||||
|
||||
Reference in New Issue
Block a user