Skip to content

Commit

Permalink
Remove if with no content
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjoar committed Jan 28, 2014
1 parent 52515cf commit 1bf62c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Gulp.prototype.watch = function (glob, opt, fn) {
}.bind(this));
}

if (typeof fn === 'object') {

}
return vfs.watch(glob, opt, fn);
};

Expand All @@ -55,4 +52,4 @@ deprecated.field('gulp.env has been deprecated. Use gulp-util.env or your own CL
Gulp.prototype.run = deprecated.method('gulp.run() has been deprecated. Use task dependencies or gulp.watch task triggering instead.', console.log, Gulp.prototype.run);

var inst = new Gulp();
module.exports = inst;
module.exports = inst;

0 comments on commit 1bf62c4

Please sign in to comment.