imported the whole jquery-ui package, refreshed with 1.10.2
[unfold.git] / third-party / jquery-ui-1.10.2 / tests / unit / selectable / selectable_common.js
diff --git a/third-party/jquery-ui-1.10.2/tests/unit/selectable/selectable_common.js b/third-party/jquery-ui-1.10.2/tests/unit/selectable/selectable_common.js
new file mode 100644 (file)
index 0000000..d00a47b
--- /dev/null
@@ -0,0 +1,21 @@
+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
+       }
+});