aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_common.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
committerFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
commit1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb (patch)
treee21226ccc9b62a6a4a03fd4b7c7d62b889bd6aa7 /tests/unit/selectable/selectable_common.js
parent2eb92232f3c0fa7b6643dce9197dae48f5b174ef (diff)
parent18b8ffd796ba557a7c939d67a1551b54402a7eb9 (diff)
downloadjquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.tar.gz
jquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.zip
Merge branch 'master' into selectmenu
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"
}
});