# HG changeset patch # User Vladimir Shabanov # Date 1350856162 -14400 # Node ID aadfc1a138d8a04788a43767389deb77276c9066 # Parent 05e3365292cd6645080d7728e31c8416264f5ca8 Removed unused parent() function which conflicts with window.parent. diff -r 05e3365292cd -r aadfc1a138d8 lib/js/urweb.js --- 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)