ersatz-node-expat
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -82,3 +82,3 @@ /** | ||
}; | ||
util.inherits(Parser2, EventEmitter); | ||
@@ -85,0 +85,0 @@ |
{ | ||
"name": "ersatz-node-expat", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "node-expat compatible module using only javascript ( no libexpat)", | ||
@@ -5,0 +5,0 @@ "main": "lib.js", |
@@ -40,2 +40,3 @@ /*global require,describe, it*/ | ||
parser.write(xml_string); | ||
parser.end(); | ||
@@ -42,0 +43,0 @@ return infos; |
11916