mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal')
This commit is contained in:
parent
b2cbdb6ff4
commit
0305e19240
@ -9,7 +9,7 @@
|
|||||||
var defaults = {
|
var defaults = {
|
||||||
max: 100,
|
max: 100,
|
||||||
min: 0,
|
min: 0,
|
||||||
orientation: 'horizontal',
|
orientation: 'auto',
|
||||||
step: 1,
|
step: 1,
|
||||||
value: 0
|
value: 0
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user