mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:02:27 +01:00
trivial formatting fixes
This commit is contained in:
@@ -1187,7 +1187,7 @@ liberator.Buffer = function () //{{{
|
||||
|
||||
var lastModVerbose = new Date(window.content.document.lastModified).toLocaleString();
|
||||
var lastMod = new Date(window.content.document.lastModified).toLocaleFormat("%x %X");
|
||||
// FIXME: probably unportable across differnet language versions
|
||||
// FIXME: probably unportable across different language versions
|
||||
if (lastModVerbose == "Invalid Date" || new Date(window.content.document.lastModified).getFullYear() == 1970)
|
||||
lastModVerbose = lastMod = null;
|
||||
|
||||
|
||||
@@ -1514,7 +1514,7 @@ liberator.Events = function () //{{{
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}; //}}}
|
||||
|
||||
window.XULBrowserWindow = eventManager.progressListener;
|
||||
window.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
|
||||
@@ -1536,7 +1536,7 @@ liberator.Events = function () //{{{
|
||||
window.addEventListener("keyup", eventManager.onKeyUpOrDown, true);
|
||||
|
||||
return eventManager;
|
||||
//}}}
|
||||
|
||||
}; //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
@@ -81,7 +81,7 @@ liberator.IO = function () //{{{
|
||||
else
|
||||
{
|
||||
filename = (navigator.platform == "Win32") ? "~/_" : "~/.";
|
||||
filename += extname+ "rc";
|
||||
filename += extname + "rc";
|
||||
}
|
||||
|
||||
var file = liberator.io.getFile(filename);
|
||||
@@ -620,9 +620,10 @@ lookup:
|
||||
liberator.echoerr(e);
|
||||
}
|
||||
}
|
||||
};
|
||||
}; //}}}
|
||||
|
||||
return ioManager;
|
||||
//}}}
|
||||
|
||||
}; //}}}
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user