Comparing version 0.1.2 to 0.1.3
@@ -8,3 +8,3 @@ var DomHandler = require("domhandler"), | ||
var that = this; | ||
DomHandler.call(this, function(dom){ | ||
DomHandler.call(this, function(e, dom){ | ||
that.emit("dom", dom); | ||
@@ -11,0 +11,0 @@ }, options, function(elem){ |
{ | ||
"name": "cornet", | ||
"author": "Felix Boehm <me@feedic.com>", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "transform streaming html using css selectors", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
6319