aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-28 23:03:16 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-28 23:03:16 +0000
commit0305e1924017bcb99c3a89fa3592f47f78e75305 (patch)
tree5873f67f06d15f3424414f0d5548cccee0e96025 /tests/unit/slider
parentb2cbdb6ff4cb2e74910e59dc43e59682873b9c8f (diff)
downloadjquery-ui-0305e1924017bcb99c3a89fa3592f47f78e75305.tar.gz
jquery-ui-0305e1924017bcb99c3a89fa3592f47f78e75305.zip
slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal')
Diffstat (limited to 'tests/unit/slider')
-rw-r--r--tests/unit/slider/slider.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/slider/slider.js b/tests/unit/slider/slider.js
index 34d29b4fd..38da8624f 100644
--- a/tests/unit/slider/slider.js
+++ b/tests/unit/slider/slider.js
@@ -9,7 +9,7 @@
var defaults = {
max: 100,
min: 0,
- orientation: 'horizontal',
+ orientation: 'auto',
step: 1,
value: 0
};