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

Fix some crap.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2009-12-01 07:00:38 -05:00
parent 03236cec0b
commit 9d75ceb8c0
2 changed files with 2 additions and 0 deletions

View File

@@ -1842,6 +1842,7 @@ const Liberator = Module("liberator", {
statusline.update();
liberator.log(config.name + " fully initialized", 0);
liberator.initialized = true;
}
});

View File

@@ -407,6 +407,7 @@ const Option = Class("Option", {
},
stringlist: function (operator, values, scope, invert) {
const self = this;
values = Array.concat(values);
switch (operator) {
case "+":