mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal')
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var defaults = {
|
||||
max: 100,
|
||||
min: 0,
|
||||
orientation: 'horizontal',
|
||||
orientation: 'auto',
|
||||
step: 1,
|
||||
value: 0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user