draggable: changed option cursor default to 'auto' instead of 'default'

This commit is contained in:
Richard Worth 2009-02-01 02:00:38 +00:00
parent b900ea855c
commit 52eb7d14aa

View File

@ -404,7 +404,7 @@ $.extend($.ui.draggable, {
connectToSortable: false,
containment: false,
cssNamespace: "ui",
cursor: "default",
cursor: "auto",
cursorAt: false,
delay: 0,
distance: 1,