aboutsummaryrefslogtreecommitdiffstats
path: root/tests/draggable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draggable.js')
-rw-r--r--tests/draggable.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/draggable.js b/tests/draggable.js
index f14ab78f8..74089e72f 100644
--- a/tests/draggable.js
+++ b/tests/draggable.js
@@ -151,7 +151,7 @@ test("defaults", function() {
disabled: false,
distance: 1,
grid: false,
- handle: "??? - TODO",
+ handle: false,
helper: "original",
iframeFix: false,
opacity: 1.0,
@@ -165,7 +165,7 @@ test("defaults", function() {
snap: false,
snapMode: "both",
snapTolerance: 20,
- stack: "??? - TODO",
+ stack: false,
zIndex: null
};