From: Richard Worth Date: Tue, 3 Feb 2009 01:22:34 +0000 (+0000) Subject: sortable: changed sortable option cursor default value to 'auto' instead of 'default' X-Git-Tag: 1.6~97 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b534fcccb973bf8d595d09284cd7f6daea15941d;p=jquery-ui.git sortable: changed sortable option cursor default value to 'auto' instead of 'default' --- 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,