1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:18:00 +01:00

Whitespace fixes.

--HG--
extra : rebase_source : 8668ae131079523322e32f068e1b48bea64b4f72
This commit is contained in:
Doug Kearns
2010-09-22 13:35:11 +10:00
parent 877ea957ca
commit 60eac8d752
14 changed files with 18 additions and 19 deletions

View File

@@ -75,8 +75,8 @@ Module.constructors = {};
window.addEventListener("load", function onLoad() {
window.removeEventListener("load", onLoad, false);
Module.list.forEach(function(module) {
modules.__defineGetter__(module.classname, function() {
Module.list.forEach(function (module) {
modules.__defineGetter__(module.classname, function () {
delete modules[module.classname];
return load(module.classname, null, Components.stack.caller);
});