Skip to content

Commit 0305e19

Browse files
committed
slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal')
1 parent b2cbdb6 commit 0305e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/slider/slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
var defaults = {
1010
max: 100,
1111
min: 0,
12-
orientation: 'horizontal',
12+
orientation: 'auto',
1313
step: 1,
1414
value: 0
1515
};

0 commit comments

Comments
 (0)