]> source.dussan.org Git - jquery-ui.git/commitdiff
draggable: changed option cursor default to 'auto' instead of 'default'
authorRichard Worth <rdworth@gmail.com>
Sun, 1 Feb 2009 02:00:38 +0000 (02:00 +0000)
committerRichard Worth <rdworth@gmail.com>
Sun, 1 Feb 2009 02:00:38 +0000 (02:00 +0000)
ui/ui.draggable.js

index bfad09ae0729a7b9fbd3c633e33562855610630e..9d7df1180bfff873465cbde0fdf028d417e399a7 100644 (file)
@@ -404,7 +404,7 @@ $.extend($.ui.draggable, {
                connectToSortable: false,
                containment: false,
                cssNamespace: "ui",
-               cursor: "default",
+               cursor: "auto",
                cursorAt: false,
                delay: 0,
                distance: 1,