From 46ac3c272e9d116c33fd258678ab54af66555f09 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 24 Feb 2011 22:48:52 +1100 Subject: [PATCH] Remove some double spacing. --HG-- extra : rebase_source : 2e500adb809a020fab650e2bab309cb9d1846a27 --- common/modules/contexts.jsm | 3 --- common/modules/options.jsm | 1 - common/modules/styles.jsm | 1 - melodactyl/content/config.js | 1 - teledactyl/content/config.js | 1 - 5 files changed, 7 deletions(-) diff --git a/common/modules/contexts.jsm b/common/modules/contexts.jsm index 97700acf..b45e90c7 100644 --- a/common/modules/contexts.jsm +++ b/common/modules/contexts.jsm @@ -139,7 +139,6 @@ var Contexts = Module("contexts", { get: function () array(contexts.groups[self.name]) }; - this.Hive = constructor; this.name = name; memoize(contexts.Group.prototype, name, function () { @@ -541,7 +540,6 @@ var Contexts = Module("contexts", { } }); - commands.add(["fini[sh]"], "Stop sourcing a script file", function (args) { @@ -550,7 +548,6 @@ var Contexts = Module("contexts", { }, { argCount: "0" }); - function checkStack(cmd) { util.assert(contexts.context && contexts.context.stack && contexts.context.stack[cmd] && contexts.context.stack[cmd].length, diff --git a/common/modules/options.jsm b/common/modules/options.jsm index 6beff5e6..06776b71 100644 --- a/common/modules/options.jsm +++ b/common/modules/options.jsm @@ -15,7 +15,6 @@ defineModule("options", { use: ["commands", "completion", "prefs", "services", "styles", "template", "util"] }, this); - /** @scope modules */ let ValueError = Class("ValueError", ErrorBase); diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index 4c7b01e1..183fc1f2 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -430,7 +430,6 @@ var Styles = Module("Styles", { return test(arguments[1]); }, - splitContext: function splitContext(context, title) { for (let item in Iterator({ Active: true, Inactive: false })) { let [name, active] = item; diff --git a/melodactyl/content/config.js b/melodactyl/content/config.js index b944cf81..ad44c846 100644 --- a/melodactyl/content/config.js +++ b/melodactyl/content/config.js @@ -132,7 +132,6 @@ const Config = Module("config", ConfigBase, { } }, - /*** optional options, there are checked for existence and a fallback provided ***/ features: set(["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"]), diff --git a/teledactyl/content/config.js b/teledactyl/content/config.js index 1461f1f1..67586e81 100644 --- a/teledactyl/content/config.js +++ b/teledactyl/content/config.js @@ -106,7 +106,6 @@ const Config = Module("config", ConfigBase, { function () { window.saveDocument(window.content.document); }], }, - focusChange: function focusChange(win) { const { modes } = modules;