sortable: changed sortable option cursor default value to 'auto' instead of 'default'

This commit is contained in:
Richard Worth 2009-02-03 01:22:34 +00:00
parent d5f41446dd
commit b534fcccb9

View File

@ -1000,7 +1000,7 @@ $.extend($.ui.sortable, {
connectWith: false,
containment: false,
cssNamespace: 'ui',
cursor: 'default',
cursor: 'auto',
cursorAt: false,
delay: 0,
distance: 1,