aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/steps.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
commit9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch)
treef9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/slider/steps.html
parent2789fca8afb34dc770df8163fad7f6df15a77025 (diff)
downloadjquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz
jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip
demos: whitespace fixes
- trailing whitespace - inconsistent line endings - set svn:eol-style to native
Diffstat (limited to 'demos/slider/steps.html')
-rw-r--r--demos/slider/steps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/steps.html b/demos/slider/steps.html
index efb3da303..97aeee331 100644
--- a/demos/slider/steps.html
+++ b/demos/slider/steps.html
@@ -35,7 +35,7 @@
<div class="demo-description">
<p>This slider has a step value set that will only allow for increments of 50 to be selected. The default step increment is 1. The drag handle will snap to drop points every 50 units. This is set in an option called step:</p>
-<pre>
+<pre>
min: 0, max: 500, step: 50
</pre>
<p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>