diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-10 03:51:44 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-10 03:51:44 +0000 |
commit | d972cb3ea81a78911711fc55a70f696e3d808f44 (patch) | |
tree | 1af671c86efa1bfa8779839ffec10ba1c0b61b4a /ui/ui.draggable.js | |
parent | 542bbbb4736e921bdfa6ba3b1e7ad2383a73b3c3 (diff) | |
download | jquery-ui-d972cb3ea81a78911711fc55a70f696e3d808f44.tar.gz jquery-ui-d972cb3ea81a78911711fc55a70f696e3d808f44.zip |
Draggable - calling the new _ui() method from sortables
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |