aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_common.js
blob: aee6a15acdcfc5e4e33e4885b6e1da4b31791ae7 (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'
	}
});