[Pkg-javascript-commits] [node-expat] 19/34: Removed duplicated API method in documentation
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 10:46:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit d4371ce7e3e337bed7d56272c21cd2a3c5f3df91
Author: Jazz <jazzzz at gmail.com>
Date: Thu Jun 30 17:33:27 2016 +0200
Removed duplicated API method in documentation
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 9023948..a93468b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,6 @@ Important events emitted by a parser:
* `#on('comment', function (s) {})`
* `#on('xmlDecl', function (version, encoding, standalone) {})`
* `#on('startCdata', function () {})`
-* `#on('startCdata', function () {})`
* `#on('endCdata', function () {})`
* `#on('entityDecl', function (entityName, isParameterEntity, value, base, systemId, publicId, notationName) {})`
* `#on('error', function (e) {})`
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list