mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 04:45:47 +01:00
Fix some minor function formatting faux pas.
This commit is contained in:
@@ -433,7 +433,8 @@ const util = { //{{{
|
||||
let elem = object;
|
||||
if (elem.nodeType == elem.TEXT_NODE)
|
||||
return elem.data;
|
||||
function namespaced(node) {
|
||||
function namespaced(node)
|
||||
{
|
||||
var ns = NAMESPACES[node.namespaceURI];
|
||||
if (ns)
|
||||
return ns + ":" + node.localName;
|
||||
|
||||
Reference in New Issue
Block a user