From 99840f323e8fbd56378ad137185b076fe77fe257 Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 13 Jan 2009 02:13:58 +0000 Subject: Draggable: Removed unnecessary setting of this.positionAbs in _trigger. --- ui/ui.draggable.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui') 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; }, -- cgit v1.2.3