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:
4
common/content/style.js
Normal file → Executable file
4
common/content/style.js
Normal file → Executable 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];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user