diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-12-31 01:59:32 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-12-31 01:59:32 +0000 |
commit | fb4e75f9f87ad195cc0081f6f0738805d55c5019 (patch) | |
tree | cade28f184b797f9814f8c54c4cbc32639e2947c /demos/slider/steps.html | |
parent | 9a35874d44262f79d1a5fc7d8c7e673518c985fd (diff) | |
download | jquery-ui-fb4e75f9f87ad195cc0081f6f0738805d55c5019.tar.gz jquery-ui-fb4e75f9f87ad195cc0081f6f0738805d55c5019.zip |
Slider demos: Cleaned up whitespace and trailing commas.
Diffstat (limited to 'demos/slider/steps.html')
-rw-r--r-- | demos/slider/steps.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/slider/steps.html b/demos/slider/steps.html index 97aeee331..1e5fb91cc 100644 --- a/demos/slider/steps.html +++ b/demos/slider/steps.html @@ -18,7 +18,8 @@ $("#amount").val('$' + ui.value); } }); - $("#amount").val('$' + $("#slider").slider("value")); }); + $("#amount").val('$' + $("#slider").slider("value")); + }); </script> </head> <body> |