mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 12:05:47 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -197,7 +197,7 @@ var Highlights = Module("Highlight", {
|
||||
* @param {string} group
|
||||
*/
|
||||
highlightNode: function highlightNode(node, group, applyBindings) {
|
||||
node.setAttributeNS(NS.uri, "highlight", group);
|
||||
node.setAttributeNS(NS, "highlight", group);
|
||||
|
||||
let groups = group.split(" ");
|
||||
for each (let group in groups)
|
||||
|
||||
Reference in New Issue
Block a user