From 8b7f927e4b3c4622025d81845b9e7f2b88c760d0 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 8 Oct 2008 10:21:28 +0000 Subject: added some missing draggables defaults --- tests/draggable.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 }; -- cgit v1.2.3