slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal')

This commit is contained in:
Richard Worth 2009-01-28 23:03:16 +00:00
parent b2cbdb6ff4
commit 0305e19240

View File

@ -9,7 +9,7 @@
var defaults = {
max: 100,
min: 0,
orientation: 'horizontal',
orientation: 'auto',
step: 1,
value: 0
};