aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_common.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-23 10:15:17 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-23 10:15:17 -0400
commit7a5a77da50e5e2401043410434c49971ce504653 (patch)
treebd77148cbed152728b2d3001359cd1c1f0247660 /tests/unit/selectable/selectable_common.js
parent3b54760b51fde0e541d2b47c34475ab29a4eea79 (diff)
downloadjquery-ui-7a5a77da50e5e2401043410434c49971ce504653.tar.gz
jquery-ui-7a5a77da50e5e2401043410434c49971ce504653.zip
Tests: Rename {widget}_defaults.js -> {widget}_common.js
Diffstat (limited to 'tests/unit/selectable/selectable_common.js')
-rw-r--r--tests/unit/selectable/selectable_common.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/selectable/selectable_common.js b/tests/unit/selectable/selectable_common.js
new file mode 100644
index 000000000..27714d0ae
--- /dev/null
+++ b/tests/unit/selectable/selectable_common.js
@@ -0,0 +1,12 @@
+TestHelpers.commonWidgetTests('selectable', {
+ defaults: {
+ appendTo: 'body',
+ autoRefresh: true,
+ cancel: ':input,option',
+ delay: 0,
+ disabled: false,
+ distance: 0,
+ filter: '*',
+ tolerance: 'touch'
+ }
+});