]> source.dussan.org Git - jquery-ui.git/commitdiff
Draggable: Don't return a value in _move(). 1580/head
authorScott González <scott.gonzalez@gmail.com>
Thu, 11 Apr 2013 13:38:37 +0000 (09:38 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 11 Apr 2013 13:38:37 +0000 (09:38 -0400)
ui/jquery.ui.draggable.js

index c2fae1d0d30e15da2d2cc14d16e003b1d71ff694..e0e954895e51e5896cb0305f6f49a3dcb34678ab 100644 (file)
@@ -186,7 +186,7 @@ $.widget( "ui.draggable", $.ui.interaction, {
                // If user cancels drag, don't move the element
                if ( this._trigger( "drag", event,
                                this._fullHash( pointerPosition ) ) === false ) {
-                       return false;
+                       return;
                }
 
                this._setCss();