diff options
Diffstat (limited to 'tests/unit/draggable/draggable_common.js')
-rw-r--r-- | tests/unit/draggable/draggable_common.js | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/unit/draggable/draggable_common.js b/tests/unit/draggable/draggable_common.js index 34fd20564..7c6961af2 100644 --- a/tests/unit/draggable/draggable_common.js +++ b/tests/unit/draggable/draggable_common.js @@ -6,7 +6,6 @@ TestHelpers.commonWidgetTests( "draggable", { cancel: "input,textarea,button,select,option", connectToSortable: false, containment: false, - create: null, cursor: "auto", cursorAt: false, delay: 0, @@ -28,6 +27,12 @@ TestHelpers.commonWidgetTests( "draggable", { snapMode: "both", snapTolerance: 20, stack: false, - zIndex: false + zIndex: false, + + // callbacks + create: null, + drag: null, + start: null, + stop: null } }); |