Skip to content

Commit

Permalink
Draggable - calling the new _ui() method from sortables
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Nov 10, 2008
1 parent 542bbbb commit d972cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.draggable.js
Expand Up @@ -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 {
Expand Down

0 comments on commit d972cb3

Please sign in to comment.