mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
16 lines
227 B
JavaScript
16 lines
227 B
JavaScript
commonWidgetTests( "spinner", {
|
|
defaults: {
|
|
disabled: false,
|
|
incremental: true,
|
|
max: null,
|
|
min: null,
|
|
numberformat: null,
|
|
page: 10,
|
|
step: null,
|
|
value: null,
|
|
|
|
// callbacks
|
|
create: null
|
|
}
|
|
});
|