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:
@@ -1842,6 +1842,7 @@ const Liberator = Module("liberator", {
|
||||
|
||||
statusline.update();
|
||||
liberator.log(config.name + " fully initialized", 0);
|
||||
liberator.initialized = true;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -407,6 +407,7 @@ const Option = Class("Option", {
|
||||
},
|
||||
|
||||
stringlist: function (operator, values, scope, invert) {
|
||||
const self = this;
|
||||
values = Array.concat(values);
|
||||
switch (operator) {
|
||||
case "+":
|
||||
|
||||
Reference in New Issue
Block a user