Draggable - calling the new _ui() method from sortables

This commit is contained in:
Eduardo Lundgren 2008-11-10 03:51:44 +00:00
parent 542bbbb473
commit d972cb3ea8

View File

@ -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 {