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/range.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/range.html')
-rw-r--r-- | demos/slider/range.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/range.html b/demos/slider/range.html index 97c3933a1..53b832407 100644 --- a/demos/slider/range.html +++ b/demos/slider/range.html @@ -13,7 +13,7 @@ range: true, min: 0, max: 500, - values: [75, 300], + values: [75, 300] }); }); </script> |