diff options
-rw-r--r-- | ui/ui.draggable.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index cbc686575..7aec8f964 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -370,7 +370,6 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, { _trigger: function(type, event) { $.ui.plugin.call(this, type, [event, this._uiHash()]); - if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins $.widget.prototype._trigger.call(this, type, event, this._uiHash()); return event.returnValue; }, |