diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-01 02:00:38 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-01 02:00:38 +0000 |
commit | 52eb7d14aaf1b44b79e0287780464bb2fb1ab9a2 (patch) | |
tree | c631e89bf79efc7de3be9eb87312a6df5c327a11 /ui/ui.draggable.js | |
parent | b900ea855cf72adfadc8e6b4343c600b5b04e75e (diff) | |
download | jquery-ui-52eb7d14aaf1b44b79e0287780464bb2fb1ab9a2.tar.gz jquery-ui-52eb7d14aaf1b44b79e0287780464bb2fb1ab9a2.zip |
draggable: changed option cursor default to 'auto' instead of 'default'
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index bfad09ae0..9d7df1180 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -404,7 +404,7 @@ $.extend($.ui.draggable, { connectToSortable: false, containment: false, cssNamespace: "ui", - cursor: "default", + cursor: "auto", cursorAt: false, delay: 0, distance: 1, |