From e52fc9af436b7ae35a62a8e591f474c546f14b45 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 8 Oct 2008 11:39:25 +0000 Subject: [PATCH] whitespace fixes --- content/bookmarks.js | 2 +- content/io.js | 1 - content/modes.js | 1 - content/muttator.js | 2 +- content/ui.js | 1 - locale/en-US/options.txt | 2 +- locale/en-US/tabs.txt | 2 +- 7 files changed, 4 insertions(+), 7 deletions(-) diff --git a/content/bookmarks.js b/content/bookmarks.js index 5b638e69..c043b0bd 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -719,7 +719,7 @@ liberator.History = function () //{{{ if (!filter) return cachedHistory.concat(history); - return liberator.completion.cached("history", filter, function() cachedHistory.concat(history), + return liberator.completion.cached("history", filter, function () cachedHistory.concat(history), "filterURLArray"); }, diff --git a/content/io.js b/content/io.js index e071cc1e..e71acc76 100644 --- a/content/io.js +++ b/content/io.js @@ -85,7 +85,6 @@ liberator.IO = function () //{{{ return head + pathSeparator + tail; } - /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// OPTIONS //////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ diff --git a/content/modes.js b/content/modes.js index bac7a3a2..e7effbdf 100644 --- a/content/modes.js +++ b/content/modes.js @@ -229,7 +229,6 @@ liberator.modes = (function () //{{{ main = mainMode; if (!extendedMode) extended = liberator.modes.NONE; - } if (typeof extendedMode === "number") extended = extendedMode; diff --git a/content/muttator.js b/content/muttator.js index 095a9ca0..debc30e4 100644 --- a/content/muttator.js +++ b/content/muttator.js @@ -193,10 +193,10 @@ liberator.config = { //{{{ { window.messageWasEditedExternally = false; }, true); + /*window.document.addEventListener("unload", function () { GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener); }, true);*/ - } else { diff --git a/content/ui.js b/content/ui.js index 8792ee07..54fe93a4 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1335,7 +1335,6 @@ liberator.ItemList = function (id) //{{{ completionBody = dom.getElementsByTagName("tbody")[0]; completionElements = completionBody.childNodes; doc.body.appendChild(dom); - } /////////////////////////////////////////////////////////////////////////////}}} diff --git a/locale/en-US/options.txt b/locale/en-US/options.txt index c0cc35fb..88d7aebf 100644 --- a/locale/en-US/options.txt +++ b/locale/en-US/options.txt @@ -208,7 +208,7 @@ ____ ____ List of directories searched when executing the :cd command. This is only used for relative paths, if an absolute path is specified then the option is -ignored. +ignored. ____ diff --git a/locale/en-US/tabs.txt b/locale/en-US/tabs.txt index afcdec74..af362fe6 100644 --- a/locale/en-US/tabs.txt +++ b/locale/en-US/tabs.txt @@ -176,7 +176,7 @@ section:Closing{nbsp}tabs[closing-tabs] ||[count]d|| ________________________________________________________________________________ Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs -and the one to the right is selected. Afterwards, the tab to the right of the +and the one to the right is selected. Afterwards, the tab to the right of the deleted one is selected. When used with [arg], remove all tabs which contain [arg] in the hostname.