[Pkg-javascript-commits] [ltx] 314/469: expat cleaned up

Jonas Smedegaard dr at jones.dk
Wed Aug 31 13:03:21 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 75165cbd53185aeaf86e1e0a3d0b8efd8c3c5a7a
Author: Lloyd Watkin <lloyd at evilprofessor.co.uk>
Date:   Sun Feb 16 20:21:18 2014 +0000

    expat cleaned up
---
 lib/sax/sax_expat.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sax/sax_expat.js b/lib/sax/sax_expat.js
index 3582572..5af770e 100644
--- a/lib/sax/sax_expat.js
+++ b/lib/sax/sax_expat.js
@@ -34,7 +34,7 @@ SaxExpat.prototype.write = function(data) {
     }
 }
 
-SaxExpat.prototype.end = function(data) {
+SaxExpat.prototype.end = function() {
     if (!this.parser.parse('', true)) {
         this.emit('error', new Error(this.parser.getError()))
     } else {

-- 
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