[Pkg-javascript-commits] [ltx] 231/469: lib/index.js: fix doc
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 734a065b3b7a535af9ecc03bea4b2b0502a2c785
Author: Astro <astro at spaceboyz.net>
Date: Tue Mar 20 04:57:15 2012 +0100
lib/index.js: fix doc
---
lib/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/index.js b/lib/index.js
index 0770a9e..68de945 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -14,9 +14,9 @@ exports.escapeXml = element.escapeXml;
* DOM parser interface
*/
exports.parse = parse.parse;
+exports.Parser = parse.Parser;
/**
* SAX parser interface
*/
-exports.Parser = parse.Parser;
exports.availableSaxParsers = parse.availableSaxParsers;
exports.bestSaxParser = parse.bestSaxParser;
--
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