1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:12:26 +01:00

trivial formatting fixes

This commit is contained in:
Doug Kearns
2008-08-13 05:27:23 +00:00
parent 4815e074a3
commit e8eab457f7
3 changed files with 7 additions and 6 deletions

View File

@@ -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;