diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-03 01:22:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-03 01:22:34 +0000 |
commit | b534fcccb973bf8d595d09284cd7f6daea15941d (patch) | |
tree | 2fc2d024f853d2ac28ef6c17a523f533e4cd2f2e /ui/ui.sortable.js | |
parent | d5f41446ddc4c9c44e0599ff5bde406b6fc0182c (diff) | |
download | jquery-ui-b534fcccb973bf8d595d09284cd7f6daea15941d.tar.gz jquery-ui-b534fcccb973bf8d595d09284cd7f6daea15941d.zip |
sortable: changed sortable option cursor default value to 'auto' instead of 'default'
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 3a2dbc5ec..3bdec915a 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -1000,7 +1000,7 @@ $.extend($.ui.sortable, { connectWith: false, containment: false, cssNamespace: 'ui', - cursor: 'default', + cursor: 'auto', cursorAt: false, delay: 0, distance: 1, |