mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tests/slider: addded some missing defaults
This commit is contained in:
parent
dd9e865d28
commit
eeccae3671
@ -9,12 +9,17 @@
|
||||
var defaults = {
|
||||
animate: false,
|
||||
axis: "???",
|
||||
handle: ".ui-slider-handle",
|
||||
handles: "???",
|
||||
disabled: false,
|
||||
distance: 1,
|
||||
handle: ".ui-slider-handle",
|
||||
handles: null,
|
||||
max: 100,
|
||||
min: 0,
|
||||
noKeyboard: false,
|
||||
paging: "???,
|
||||
range: false,
|
||||
realMax: "???",
|
||||
round: true,
|
||||
startValue: "???",
|
||||
stepping: "???",
|
||||
steps: 0
|
||||
|
Loading…
Reference in New Issue
Block a user