Permalink
Browse files
Draggable: Fixed connectToSortable option.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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;
|
|
|
|
|
|
|
0 comments on commit
d422915