aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_common.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-30 19:12:17 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-30 22:13:43 -0400
commitf0daa220d67968f61c42e378b10fcb41687cd215 (patch)
tree3e1fd19ad737b784ee1d4f7fe7202fa92bc51237 /tests/unit/draggable/draggable_common.js
parentd693ce5324f6f3be8479ef083e4eaf3c705ef043 (diff)
downloadjquery-ui-f0daa220d67968f61c42e378b10fcb41687cd215.tar.gz
jquery-ui-f0daa220d67968f61c42e378b10fcb41687cd215.zip
Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable test suite to pass
Diffstat (limited to 'tests/unit/draggable/draggable_common.js')
-rw-r--r--tests/unit/draggable/draggable_common.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/draggable/draggable_common.js b/tests/unit/draggable/draggable_common.js
index 64f8ce4a3..34fd20564 100644
--- a/tests/unit/draggable/draggable_common.js
+++ b/tests/unit/draggable/draggable_common.js
@@ -6,6 +6,7 @@ TestHelpers.commonWidgetTests( "draggable", {
cancel: "input,textarea,button,select,option",
connectToSortable: false,
containment: false,
+ create: null,
cursor: "auto",
cursorAt: false,
delay: 0,