mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
13 lines
238 B
JavaScript
13 lines
238 B
JavaScript
TestHelpers.commonWidgetTests('selectable', {
|
|
defaults: {
|
|
appendTo: 'body',
|
|
autoRefresh: true,
|
|
cancel: 'input,textarea,button,select,option',
|
|
delay: 0,
|
|
disabled: false,
|
|
distance: 0,
|
|
filter: '*',
|
|
tolerance: 'touch'
|
|
}
|
|
});
|