1
0
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:
Kris Maglione
2011-09-08 10:22:43 -04:00
parent e9a0b1eea3
commit c6035ce674
7 changed files with 227 additions and 147 deletions

View File

@@ -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 += " ";