diff options
author | Richard Worth <rdworth@gmail.com> | 2008-10-08 10:21:28 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-10-08 10:21:28 +0000 |
commit | 8b7f927e4b3c4622025d81845b9e7f2b88c760d0 (patch) | |
tree | 16bc75eb1c0dc40ab64433e4e0bd49562100c0c2 /tests | |
parent | 0e9117623e0105fc0b991d97d9e9ef9f71c4e9db (diff) | |
download | jquery-ui-8b7f927e4b3c4622025d81845b9e7f2b88c760d0.tar.gz jquery-ui-8b7f927e4b3c4622025d81845b9e7f2b88c760d0.zip |
added some missing draggables defaults
Diffstat (limited to 'tests')
-rw-r--r-- | tests/draggable.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/draggable.js b/tests/draggable.js index 59b31a0cc..c3a4b2353 100644 --- a/tests/draggable.js +++ b/tests/draggable.js @@ -144,7 +144,7 @@ test("defaults", function() { axis: false, cancel: ":input", connectToSortable: false, - containment: "??? - TODO", + containment: false, cursor: "default", cursorAt: null, delay: 0, @@ -155,9 +155,10 @@ test("defaults", function() { helper: "original", iframeFix: false, opacity: 1.0, + refreshPositions: false, revert: false, revertDuration: 500, - scroll: true, + scroll: false, scrollSensitivity: 20, scrollSpeed: 20, scope: "default", @@ -165,7 +166,6 @@ test("defaults", function() { snapMode: "both", snapTolerance: 20, stack: "??? - TODO", - refreshPositions: false, zIndex: null }; |