tests/slider: addded some missing defaults

This commit is contained in:
Richard Worth 2008-12-14 06:09:40 +00:00
parent dd9e865d28
commit eeccae3671

View File

@ -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