]> source.dussan.org Git - jquery-ui.git/commitdiff
sortable: changed sortable option cursor default value to 'auto' instead of 'default'
authorRichard Worth <rdworth@gmail.com>
Tue, 3 Feb 2009 01:22:34 +0000 (01:22 +0000)
committerRichard Worth <rdworth@gmail.com>
Tue, 3 Feb 2009 01:22:34 +0000 (01:22 +0000)
ui/ui.sortable.js

index 3a2dbc5ece4c91c7810fa5f459b18e11a51323a5..3bdec915a131786fdbc2558a655df6ac640f5f7e 100644 (file)
@@ -1000,7 +1000,7 @@ $.extend($.ui.sortable, {
                connectWith: false,
                containment: false,
                cssNamespace: 'ui',
-               cursor: 'default',
+               cursor: 'auto',
                cursorAt: false,
                delay: 0,
                distance: 1,