mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 15:04:12 +01:00
Remove unused elemToString from ItemList.
This commit is contained in:
@@ -1730,10 +1730,6 @@ function ItemList(id) //{{{
|
||||
|
||||
function dom(xml, map) util.xmlToDom(xml, doc, map);
|
||||
|
||||
// Unused.
|
||||
function elemToString(elem) elem.nodeType == elem.TEXT_NODE ? elem.data :
|
||||
"<" + [elem.localName].concat([a.name + "=" + a.value.quote() for ([i, a] in Iterator(elem.attributes))]).join(" ") + ">";
|
||||
|
||||
var doc = iframe.contentDocument;
|
||||
var container = iframe.parentNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user