1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-18 21:04:20 +01:00

Whitespace and semicolon fixes.

This commit is contained in:
Doug Kearns
2009-08-10 02:15:23 +10:00
parent a8001baa03
commit 77458e5b8a
16 changed files with 66 additions and 61 deletions

4
common/content/style.js Normal file → Executable file
View File

@@ -306,7 +306,7 @@ function Styles(name, store)
{
this.registerSheet(cssUri(wrapCSS(sheet)));
if (sheet.agent)
this.registerAgentSheet(cssUri(wrapCSS(sheet)))
this.registerAgentSheet(cssUri(wrapCSS(sheet)));
}
catch (e)
{
@@ -335,7 +335,7 @@ function Styles(name, store)
let names = system ? systemNames : userNames;
if (typeof sheet === "number")
return sheets[sheet];
return names[sheet]
return names[sheet];
};
/**