1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 21:51:25 +02:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-08 11:39:25 +00:00
parent d266cdc384
commit e52fc9af43
7 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ liberator.History = function () //{{{
if (!filter) if (!filter)
return cachedHistory.concat(history); 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"); "filterURLArray");
}, },
-1
View File
@@ -85,7 +85,6 @@ liberator.IO = function () //{{{
return head + pathSeparator + tail; return head + pathSeparator + tail;
} }
/////////////////////////////////////////////////////////////////////////////}}} /////////////////////////////////////////////////////////////////////////////}}}
////////////////////// OPTIONS //////////////////////////////////////////////// ////////////////////// OPTIONS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{ /////////////////////////////////////////////////////////////////////////////{{{
-1
View File
@@ -229,7 +229,6 @@ liberator.modes = (function () //{{{
main = mainMode; main = mainMode;
if (!extendedMode) if (!extendedMode)
extended = liberator.modes.NONE; extended = liberator.modes.NONE;
} }
if (typeof extendedMode === "number") if (typeof extendedMode === "number")
extended = extendedMode; extended = extendedMode;
+1 -1
View File
@@ -193,10 +193,10 @@ liberator.config = { //{{{
{ {
window.messageWasEditedExternally = false; window.messageWasEditedExternally = false;
}, true); }, true);
/*window.document.addEventListener("unload", function () { /*window.document.addEventListener("unload", function () {
GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener); GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener);
}, true);*/ }, true);*/
} }
else else
{ {
-1
View File
@@ -1335,7 +1335,6 @@ liberator.ItemList = function (id) //{{{
completionBody = dom.getElementsByTagName("tbody")[0]; completionBody = dom.getElementsByTagName("tbody")[0];
completionElements = completionBody.childNodes; completionElements = completionBody.childNodes;
doc.body.appendChild(dom); doc.body.appendChild(dom);
} }
/////////////////////////////////////////////////////////////////////////////}}} /////////////////////////////////////////////////////////////////////////////}}}