Mercurial > urweb
diff lib/js/urweb.js @ 1829:aadfc1a138d8
Removed unused parent() function which conflicts with window.parent.
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Mon, 22 Oct 2012 01:49:22 +0400 |
parents | 4c61bb7acb9b |
children | a8b273f1f7e3 |
line wrap: on
line diff
--- a/lib/js/urweb.js Sat Oct 20 13:51:46 2012 -0400 +++ b/lib/js/urweb.js Mon Oct 22 01:49:22 2012 +0400 @@ -700,10 +700,6 @@ var thisScript = null; -function parent() { - return thisScript ? thisScript.parentNode : lastParent(); -} - function addNode(node) { if (thisScript) { if (thisScript.parentNode)