From 32dc7b848328245ef3d52364b718a9eb22a06381 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 29 Jul 2008 21:12:57 +0000 Subject: [PATCH] whitespace fixes --- content/bookmarks.js | 2 ++ content/liberator.js | 1 + content/tabs.js | 1 + locale/en-US/tabs.txt | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/bookmarks.js b/content/bookmarks.js index 834eaf96..86702507 100644 --- a/content/bookmarks.js +++ b/content/bookmarks.js @@ -623,6 +623,7 @@ liberator.History = function () //{{{ "Show recently visited URLs", function (args, special) { liberator.history.list(args, special); }, { completer: function (filter) { return [0, liberator.history.get(filter)]; } }); + /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// PUBLIC SECTION ////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ @@ -761,6 +762,7 @@ liberator.QuickMarks = function () //{{{ /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// MAPPINGS //////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ + var modes = liberator.config.browserModes || [liberator.modes.NORMAL]; liberator.mappings.add(modes, diff --git a/content/liberator.js b/content/liberator.js index 07a4a5ed..e283c654 100644 --- a/content/liberator.js +++ b/content/liberator.js @@ -31,6 +31,7 @@ const liberator = (function () //{{{ //////////////////////////////////////////////////////////////////////////////// ////////////////////// PRIVATE SECTION ///////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ + var callbacks = []; function loadModule(name, func) diff --git a/content/tabs.js b/content/tabs.js index 6afb1745..577e3e24 100644 --- a/content/tabs.js +++ b/content/tabs.js @@ -33,6 +33,7 @@ liberator.Tabs = function () //{{{ //////////////////////////////////////////////////////////////////////////////// ////////////////////// PRIVATE SECTION ///////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////{{{ + var tabmail; var getBrowser = (function () { if (liberator.config.hostApplication == "Thunderbird") diff --git a/locale/en-US/tabs.txt b/locale/en-US/tabs.txt index 0bbcb1a9..5dd74a6f 100644 --- a/locale/en-US/tabs.txt +++ b/locale/en-US/tabs.txt @@ -12,7 +12,7 @@ ________________________________________________________________________________ Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs and the one to the right is selected. -When used with [arg], remove all tabs which contain [arg] in the hostname. +When used with [arg], remove all tabs which contain [arg] in the hostname. [!] forces this command to also search for [arg] in the full URL and also the title of the tab. Use with care. ________________________________________________________________________________