aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-02-01 01:02:34 +0000
committerScott González <scott.gonzalez@gmail.com>2009-02-01 01:02:34 +0000
commitb642b98619f6c8dcc65e9d0d4fcb075fa46f5d99 (patch)
tree2c41ef49b1fc6cc3e37b799d53b12b7f5e049a13 /tests/unit/sortable
parent39f80ebc6664dec2b2b1728df08383af70594a68 (diff)
downloadjquery-ui-b642b98619f6c8dcc65e9d0d4fcb075fa46f5d99.tar.gz
jquery-ui-b642b98619f6c8dcc65e9d0d4fcb075fa46f5d99.zip
Sortable: Added defaults for cursor, cursorAt, opacity.
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r--tests/unit/sortable/sortable.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/sortable/sortable.js b/tests/unit/sortable/sortable.js
index 57b824073..e269542c6 100644
--- a/tests/unit/sortable/sortable.js
+++ b/tests/unit/sortable/sortable.js
@@ -9,12 +9,15 @@
var defaults = {
appendTo: "parent",
cancel: ":input,option",
+ cursor: 'default',
+ cursorAt: false,
delay: 0,
disabled: false,
distance: 1,
dropOnEmpty: true,
helper: "original",
items: "> *",
+ opacity: false,
scroll: true,
scrollSensitivity: 20,
scrollSpeed: 20,