mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 23:05:47 +01:00
Minorish refactoring.
This commit is contained in:
@@ -133,7 +133,8 @@ function defineModule(name, params, module) {
|
||||
|
||||
module.NAME = name;
|
||||
module.EXPORTED_SYMBOLS = params.exports || [];
|
||||
delete module.File;
|
||||
if (!~module.EXPORTED_SYMBOLS.indexOf("File"))
|
||||
delete module.File;
|
||||
|
||||
defineModule.loadLog.push("[Begin " + name + "]");
|
||||
defineModule.prefix += " ";
|
||||
|
||||
Reference in New Issue
Block a user