Skip to content

Commit

Permalink
del unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Sep 25, 2015
1 parent 16b5929 commit c12fbdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function Watch(opts) {
return new Watch(opts);
}
this.options = opts;
this._postpipes = [];
}

Watch.prototype.src = function(pattern, opts) {
Expand Down

0 comments on commit c12fbdc

Please sign in to comment.