27 Content-Disposition: inline; filename=" 2f0 Last-Modified: Fri, 14 Aug 2026 10:53:41 GMT Expires: Mon, 11 Aug 2036 10:53:41 GMT From 9255a83189a50bef4302bdbfa9e2489871811797 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 09:43:02 -0800 Subject: Use new with Document and NodeWalker constructors. --- js/lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/node.js') diff --git a/js/lib/node.js b/js/lib/node.js index 47ae3c8..e58c7c7 100644 --- a/js/lib/node.js +++ b/js/lib/node.js @@ -160,7 +160,7 @@ Node.prototype.insertBefore = function(sibling) { }; Node.prototype.walker = function() { - var walker = NodeWalker(this); + var walker = new NodeWalker(this); return walker; }; -- cgit v1.2.3 0 HTTP/1.0 500 Internal Server Error Date: Fri, 14 Aug 2026 10:53:41 GMT Server: OpenBSD httpd Connection: close Content-Type: text/html Content-Length: 518 500 Internal Server Error

500 Internal Server Error


OpenBSD httpd