aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/selectable/selectable_common.js')
-rw-r--r--tests/unit/selectable/selectable_common.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/selectable/selectable_common.js b/tests/unit/selectable/selectable_common.js
index aee6a15ac..00bbedc61 100644
--- a/tests/unit/selectable/selectable_common.js
+++ b/tests/unit/selectable/selectable_common.js
@@ -1,13 +1,13 @@
-TestHelpers.commonWidgetTests('selectable', {
+TestHelpers.commonWidgetTests("selectable", {
defaults: {
- appendTo: 'body',
+ appendTo: "body",
autoRefresh: true,
- cancel: 'input,textarea,button,select,option',
+ cancel: "input,textarea,button,select,option",
create: null,
delay: 0,
disabled: false,
distance: 0,
- filter: '*',
- tolerance: 'touch'
+ filter: "*",
+ tolerance: "touch"
}
});