fix style

This commit is contained in:
Mathias Buus 2015-10-15 17:56:44 +02:00
parent afd4441700
commit f8215bc00c
4 changed files with 23 additions and 23 deletions

View file

@ -199,7 +199,7 @@ Extract.prototype._parse = function(size, onparse) {
this._onparse = onparse
}
Extract.prototype._continue = function(err) {
Extract.prototype._continue = function () {
if (this._destroyed) return
var cb = this._cb
this._cb = noop