// var curHandle,
// timer,
var $body = $('body');
-
$handle
.off('mousedown.zf.slider')
.on('mousedown.zf.slider', function(e){
e.preventDefault();
// timer = setTimeout(function(){
- _this._handleEvent(e, curHandle);
+ _this._handleEvent(e, curHandle);
// }, _this.options.dragDelay);
}).on('mouseup.zf.slider', function(e){
- clearTimeout(timer);
-
+ // clearTimeout(timer);
_this.animComplete = true;
_this._handleEvent(e, curHandle);
$handle.removeClass('is-dragging');