Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-09-04 13:09:56 +0400
committerisaacs <i@izs.me>2011-09-04 13:09:56 +0400
commit4714c4f5885f2746043af24a8b6db709435abc65 (patch)
tree437a944b722c4efff95574dda73c238a7d871a85 /html/docfoot.html
parent0447122b862839e624fa784f09adfc48b536b7d0 (diff)
javascript error
Diffstat (limited to 'html/docfoot.html')
-rw-r--r--html/docfoot.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/html/docfoot.html b/html/docfoot.html
index 75e4f099f..88c7b833e 100644
--- a/html/docfoot.html
+++ b/html/docfoot.html
@@ -2,8 +2,7 @@
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
-var els = Array.prototype.slice.call(wrapper)
- .getElementsByTagName("*"), 0)
+var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0)
.filter(function (el) {
return el.parentNode === wrapper
&& el.tagName.match(/H[1-6]/)