mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-29 07:33:31 +02: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