aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-01 02:00:38 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-01 02:00:38 +0000
commit52eb7d14aaf1b44b79e0287780464bb2fb1ab9a2 (patch)
treec631e89bf79efc7de3be9eb87312a6df5c327a11 /ui/ui.draggable.js
parentb900ea855cf72adfadc8e6b4343c600b5b04e75e (diff)
downloadjquery-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.js2
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,