Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chriso/node.io
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Nov 20, 2011
2 parents d0025f3 + 3894bb8 commit 54ee1b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node.io/dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Job.prototype.prepareHtmlparser = function () {
var self = this, $, htmlparser = require('htmlparser');
this.postParse = function () {};
this.htmlparser = new htmlparser.Parser(new htmlparser.DefaultHandler(function () {
self.htmlparser = null;
self.postParse.apply(this, arguments);
}, {verbose: true, ignoreWhitespace: true}
));
Expand Down

0 comments on commit 54ee1b2

Please sign in to comment.