Mercurial > urweb
changeset 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 | 05e3365292cd |
children | d636d33fd8a2 |
files | lib/js/urweb.js |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
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)