From b08d4630e52ced2498acacf38c2d17bb6b103bf7 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 21 Aug 2008 05:15:24 +0000 Subject: [PATCH] whitespace fixes --- content/commands.js | 2 +- content/options.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) {