r891 - trunk/ui
r891 - trunk/ui
Author: eduardolundgren
Date: Sun Nov 9 19:51:44 2008
New Revision: 891
Modified:
trunk/ui/ui.draggable.js
Log:
Draggable - calling the new _ui() method from sortables
Modified: trunk/ui/ui.draggable.js
==============================================================================
--- trunk/ui/ui.draggable.js (original)
+++ trunk/ui/ui.draggable.js Sun Nov 9 19:51:44 2008
@@ -585,7 +585,7 @@
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 {