diff --git a/content/commands.js b/content/commands.js index fe04a4e0..e2454538 100644 --- a/content/commands.js +++ b/content/commands.js @@ -431,7 +431,7 @@ liberator.Commands = function () //{{{ if ((!onlyArgumentsRemaining) && /^--(\s|$)/.test(sub)) { onlyArgumentsRemaining = true; - i+=2; + i += 2; continue; } diff --git a/content/options.js b/content/options.js index 82b39a0a..c0d6cc0f 100644 --- a/content/options.js +++ b/content/options.js @@ -65,7 +65,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett } } - this.get = function(scope) + this.get = function (scope) { if (scope) { @@ -88,7 +88,7 @@ liberator.Option = function (names, description, type, defaultValue, scope, gett return aValue; }; - this.set = function(newValue, scope) + this.set = function (newValue, scope) { if (scope) {