mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 11:27:58 +01:00
whitespace fixes
This commit is contained in:
@@ -85,7 +85,6 @@ liberator.IO = function () //{{{
|
||||
return head + pathSeparator + tail;
|
||||
}
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
////////////////////// OPTIONS ////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
@@ -229,7 +229,6 @@ liberator.modes = (function () //{{{
|
||||
main = mainMode;
|
||||
if (!extendedMode)
|
||||
extended = liberator.modes.NONE;
|
||||
|
||||
}
|
||||
if (typeof extendedMode === "number")
|
||||
extended = extendedMode;
|
||||
|
||||
@@ -193,10 +193,10 @@ liberator.config = { //{{{
|
||||
{
|
||||
window.messageWasEditedExternally = false;
|
||||
}, true);
|
||||
|
||||
/*window.document.addEventListener("unload", function () {
|
||||
GetCurrentEditor().removeDocumentStateListener(liberator.config.stateListener);
|
||||
}, true);*/
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -1335,7 +1335,6 @@ liberator.ItemList = function (id) //{{{
|
||||
completionBody = dom.getElementsByTagName("tbody")[0];
|
||||
completionElements = completionBody.childNodes;
|
||||
doc.body.appendChild(dom);
|
||||
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user