summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/sortable/sortable_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/sortable/sortable_common.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/sortable/sortable_common.js45
1 files changed, 0 insertions, 45 deletions
diff --git a/apps/it/static/js/ui/tests/unit/sortable/sortable_common.js b/apps/it/static/js/ui/tests/unit/sortable/sortable_common.js
deleted file mode 100644
index 86850a6..0000000
--- a/apps/it/static/js/ui/tests/unit/sortable/sortable_common.js
+++ /dev/null
@@ -1,45 +0,0 @@
-TestHelpers.commonWidgetTests( "sortable", {
- defaults: {
- appendTo: "parent",
- axis: false,
- cancel: "input,textarea,button,select,option",
- connectWith: false,
- containment: false,
- cursor: "auto",
- cursorAt: false,
- delay: 0,
- disabled: false,
- distance: 1,
- dropOnEmpty: true,
- forcePlaceholderSize: false,
- forceHelperSize: false,
- grid: false,
- handle: false,
- helper: "original",
- items: "> *",
- opacity: false,
- placeholder: false,
- revert: false,
- scroll: true,
- scrollSensitivity: 20,
- scrollSpeed: 20,
- scope: "default",
- tolerance: "intersect",
- zIndex: 1000,
-
- // callbacks
- activate: null,
- beforeStop: null,
- change: null,
- create: null,
- deactivate: null,
- out: null,
- over: null,
- receive: null,
- remove: null,
- sort: null,
- start: null,
- stop: null,
- update: null
- }
-});