From 0305e1924017bcb99c3a89fa3592f47f78e75305 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 23:03:16 +0000 Subject: [PATCH] slider unit tests: updated default value for orientation option (now 'auto' instead of 'horizontal') --- tests/unit/slider/slider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.5