1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 23:04:17 +01:00

Update leading comment in stylesheets.

This commit is contained in:
Kris Maglione
2011-02-02 11:18:21 -05:00
parent c9bdbe3391
commit a971e68ba6
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ update(Sheet.prototype, {
: "domain")
+ '("' + part.replace(/"/g, "%22").replace(/\*$/, "") + '")')
.join(", ");
return "/* Dactyl style #" + this.id + (this.agent ? " (agent)" : "") + " */ "
return "/* " + this.uri + (this.agent ? " (agent)" : "") + " */\n"
+ namespace + " @-moz-document " + selectors + "{\n" + css + "\n}\n";
}
});