aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-12-31 01:59:32 +0000
committerScott González <scott.gonzalez@gmail.com>2008-12-31 01:59:32 +0000
commitfb4e75f9f87ad195cc0081f6f0738805d55c5019 (patch)
treecade28f184b797f9814f8c54c4cbc32639e2947c /demos/slider/range.html
parent9a35874d44262f79d1a5fc7d8c7e673518c985fd (diff)
downloadjquery-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.html2
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>