[xml2js] missing the Parser constructor on module

This commit is contained in:
unknown
2015-03-11 09:38:28 +01:00
parent bcf610fef5
commit 045dfbdfd9
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -15,3 +15,5 @@ var builder = new xml2js.Builder({
var outString = builder.buildObject({
'hello': 'xml2js!'
});
var parser = new xml2js.Parser();