summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/tests/unit/selectable/selectable_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/tests/unit/selectable/selectable_common.js')
-rw-r--r--apps/it/static/js/ui/tests/unit/selectable/selectable_common.js21
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/it/static/js/ui/tests/unit/selectable/selectable_common.js b/apps/it/static/js/ui/tests/unit/selectable/selectable_common.js
deleted file mode 100644
index d00a47b..0000000
--- a/apps/it/static/js/ui/tests/unit/selectable/selectable_common.js
+++ /dev/null
@@ -1,21 +0,0 @@
-TestHelpers.commonWidgetTests("selectable", {
- defaults: {
- appendTo: "body",
- autoRefresh: true,
- cancel: "input,textarea,button,select,option",
- delay: 0,
- disabled: false,
- distance: 0,
- filter: "*",
- tolerance: "touch",
-
- // callbacks
- create: null,
- selected: null,
- selecting: null,
- start: null,
- stop: null,
- unselected: null,
- unselecting: null
- }
-});