mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 03:55:46 +01:00
Fixes, mostly, most of which should really be in the default branch.
--HG-- branch : groups
This commit is contained in:
@@ -81,7 +81,7 @@ update(Highlight.prototype, {
|
||||
get cssText() this.inheritedCSS + this.value,
|
||||
|
||||
toString: function () "Highlight(" + this.class + ")\n\t" +
|
||||
[k + ": " + String.quote(v) for ([k, v] in this)] .join("\n\t")
|
||||
[k + ": " + String(v).quote() for ([k, v] in this)] .join("\n\t")
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user