1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 04:02:27 +01:00

[bootstrap] Fix command line handling.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-24 19:03:47 -05:00
parent d3d60548f1
commit adeb5f7dd2
2 changed files with 27 additions and 15 deletions

View File

@@ -62,6 +62,8 @@ const Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase),
mod.destroy();
}
}
for (let name in values(Object.getOwnPropertyNames(modules).reverse()))
delete modules[name];
}
},