removed lint

This commit is contained in:
Spencer Alger 2014-03-24 15:51:00 -07:00
parent 9f2a028756
commit 042b35e2b7

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;