r741 - trunk/ui

r741 - trunk/ui


Author: eduardolundgren
Date: Thu Sep 25 19:29:46 2008
New Revision: 741
Modified:
trunk/ui/ui.draggable.js
Log:
Draggable cancelHelperRemoval when is not over
Modified: trunk/ui/ui.draggable.js
==============================================================================
--- trunk/ui/ui.draggable.js    (original)
+++ trunk/ui/ui.draggable.js    Thu Sep 25 19:29:46 2008
@@ -572,6 +572,7 @@
                
                this.instance.options.helper = this.instance.options._helper;
            } else {
+                this.instance.cancelHelperRemoval = false; //Remove the helper in the
sortable instance
                this.instance._propagate("deactivate", e, inst);
            }