aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_common.js
blob: 00bbedc615f0cf67eb19ab4dea55b0a9a1645781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TestHelpers.commonWidgetTests("selectable", {
	defaults: {
		appendTo: "body",
		autoRefresh: true,
		cancel: "input,textarea,button,select,option",
		create: null,
		delay: 0,
		disabled: false,
		distance: 0,
		filter: "*",
		tolerance: "touch"
	}
});