diff --git a/src/jquery.draggable.js b/src/jquery.draggable.js index d9b5d988..ef8730ea 100644 --- a/src/jquery.draggable.js +++ b/src/jquery.draggable.js @@ -110,7 +110,7 @@ this.pointer_events = { start: this.nsEvent('touchstart') + ' ' + this.nsEvent('mousedown'), move: this.nsEvent('touchmove') + ' ' + this.nsEvent('mousemove'), - end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup'), + end: this.nsEvent('touchend') + ' ' + this.nsEvent('mouseup') }; this.$container.on(this.nsEvent('selectstart'),