diff options
author | Vladimir Shabanov <vshabanoff@gmail.com> | 2012-10-22 01:49:22 +0400 |
---|---|---|
committer | Vladimir Shabanov <vshabanoff@gmail.com> | 2012-10-22 01:49:22 +0400 |
commit | 892dde36843139f5934474cdcf72e00a4a33fb55 (patch) | |
tree | b74cd855efbbd1816a28cfa5f708d99b67d6f9f0 /lib | |
parent | 1b4517f24772862e3456c85ab18007cded9b5c74 (diff) |
Removed unused parent() function which conflicts with window.parent.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/js/urweb.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/js/urweb.js b/lib/js/urweb.js index a7fed038..57a03fb2 100644 --- a/lib/js/urweb.js +++ b/lib/js/urweb.js @@ -700,10 +700,6 @@ function lastParent() { var thisScript = null; -function parent() { - return thisScript ? thisScript.parentNode : lastParent(); -} - function addNode(node) { if (thisScript) { if (thisScript.parentNode) |