[Pkg-javascript-commits] [ltx] 238/469: parse.js: rm unused 'endElement' param

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ltx.

commit 8f3f38c1297f2822c25c6e2cb8dea3acd00aa812
Author: Astro <astro at spaceboyz.net>
Date:   Fri Mar 23 22:03:33 2012 +0100

    parse.js: rm unused 'endElement' param
---
 lib/parse.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/parse.js b/lib/parse.js
index 75539b9..29cdfb1 100644
--- a/lib/parse.js
+++ b/lib/parse.js
@@ -38,7 +38,7 @@ exports.Parser = function(saxParser) {
             el = el.cnode(child);
         }
     });
-    this.parser.addListener('endElement', function(name, attrs) {
+    this.parser.addListener('endElement', function(name) {
         if (!el) {
             /* Err */
         } else if (el && name == el.name) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git



More information about the Pkg-javascript-commits mailing list