removed lint

This commit is contained in:
Spencer Alger 2014-03-24 15:51:00 -07:00
parent 82f2e0933a
commit 2d1585c7af

View file

@ -210,7 +210,7 @@ define(function (require) {
* @param {Function} cb - callback
*/
DocSource.prototype._sendToEs = function (method, validateVersion, body, cb) {
cb = this._wrapcb(cb)
cb = this._wrapcb(cb);
var source = this;
var courier = this._courier;