Merge remote-tracking branch 'upstream/master' into timepicker

This commit is contained in:
Rashid Khan 2014-03-24 15:52:42 -07:00
commit 3f9b746d16

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;