Fix jshint typo

This commit is contained in:
Daniel García Aubert 2016-11-02 11:33:26 +01:00
parent 92b01f1163
commit cfeabf94c7

View File

@ -104,7 +104,7 @@ Batch.prototype._processWorkInProgressJob = function (user, jobId, callback) {
});
});
});
}
};
Batch.prototype.drain = function (callback) {
var self = this;