diff options
-rw-r--r-- | demos/slider/range_vertical.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/range_vertical.html b/demos/slider/range_vertical.html index e2824348e..5dd634e18 100644 --- a/demos/slider/range_vertical.html +++ b/demos/slider/range_vertical.html @@ -36,7 +36,7 @@ orientation: "vertical", range: true, values: [17, 67] </pre> -<p>It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS. </p> +<p>It's important to note that a vertical slider needs a height set. You can do this via .height() or by setting the height through CSS. </p> </div><!-- End demo-description --> |