r1971 - trunk/ui
r1971 - trunk/ui
Author: rdworth
Date: Mon Feb 2 17:22:34 2009
New Revision: 1971
Modified:
trunk/ui/ui.sortable.js
Log:
sortable: changed sortable option cursor default value to 'auto' instead
of 'default'
Modified: trunk/ui/ui.sortable.js
==============================================================================
--- trunk/ui/ui.sortable.js (original)
+++ trunk/ui/ui.sortable.js Mon Feb 2 17:22:34 2009
@@ -1000,7 +1000,7 @@
connectWith: false,
containment: false,
cssNamespace: 'ui',
- cursor: 'default',
+ cursor: 'auto',
cursorAt: false,
delay: 0,
distance: 1,