Parser: fix spacing

fork
mscdex 11 years ago
parent 2aa1e2b85d
commit 99e054b69c

@ -129,7 +129,7 @@ Parser.prototype._parse = function(data) {
} }
} else { } else {
this.emit('other', this._buffer); this.emit('other', this._buffer);
this._buffer = ''; this._buffer = '';
} }
} }
} }

Loading…
Cancel
Save