From d422915b8e021ba1ee2445ce0a0d809e84a6ecd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 14 Jan 2009 02:12:44 +0000 Subject: [PATCH] Draggable: Fixed connectToSortable option. --- 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 cbc686575..8eb60b56c 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -464,7 +464,7 @@ $.ui.plugin.add("draggable", "connectToSortable", { this.instance._mouseStop(event); //Also propagate receive event, since the sortable is actually receiving a element - this.instance.element.triggerHandler("sortreceive", [event, $.extend(this.instance._ui(), { sender: inst.element })], this.instance.options["receive"]); + this.instance.element.triggerHandler("sortreceive", [event, $.extend(this.instance._uiHash(), { sender: inst.element })], this.instance.options["receive"]); this.instance.options.helper = this.instance.options._helper; -- 2.39.5