]> source.dussan.org Git - jquery-ui.git/commitdiff
slider unit tests: updated default value for orientation option (now 'auto' instead...
authorRichard Worth <rdworth@gmail.com>
Wed, 28 Jan 2009 23:03:16 +0000 (23:03 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 28 Jan 2009 23:03:16 +0000 (23:03 +0000)
tests/unit/slider/slider.js

index 34d29b4fd1fa32037d319384c3b4981edd05d229..38da8624ffa8953f2962ca650d74b5ca6ff6b7a2 100644 (file)
@@ -9,7 +9,7 @@
 var defaults = {
        max: 100,
        min: 0,
-       orientation: 'horizontal',
+       orientation: 'auto',
        step: 1,
        value: 0
 };