1
0
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:
Doug Kearns
2009-06-17 17:29:21 +10:00
parent e5c6d58a88
commit ebe4c574c0

View File

@@ -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;