From d972cb3ea81a78911711fc55a70f696e3d808f44 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Mon, 10 Nov 2008 03:51:44 +0000 Subject: [PATCH] Draggable - calling the new _ui() method from sortables --- ui/ui.draggable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index f8f3ebd8f..e18800090 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -585,7 +585,7 @@ $.ui.plugin.add("draggable", "connectToSortable", { this.instance._mouseStop(e); //Also propagate receive event, since the sortable is actually receiving a element - this.instance.element.triggerHandler("sortreceive", [e, $.extend(this.instance.ui(), { sender: inst.element })], this.instance.options["receive"]); + this.instance.element.triggerHandler("sortreceive", [e, $.extend(this.instance._ui(), { sender: inst.element })], this.instance.options["receive"]); this.instance.options.helper = this.instance.options._helper; } else { -- 2.39.5