summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-09-13 09:59:39 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2012-09-13 09:59:39 -0400
commitb1a110fe8b50b671dffdd32472e1406f0a9951ca (patch)
treeb6cb67906cf40a950f9455423414026cff1ab030 /index.html
parent123d6e0e3c0745643c4f7a9c972c5c994096f26d (diff)
downloadjQuery-Timepicker-Addon-b1a110fe8b50b671dffdd32472e1406f0a9951ca.zip
jQuery-Timepicker-Addon-b1a110fe8b50b671dffdd32472e1406f0a9951ca.tar.gz
jQuery-Timepicker-Addon-b1a110fe8b50b671dffdd32472e1406f0a9951ca.tar.bz2
Code Cleanup, fixes minify error
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index c281539..64af47d 100644
--- a/index.html
+++ b/index.html
@@ -791,9 +791,9 @@ $('#utility_example_2').text(
</div>
<pre>
-$('#utility_example_3').text(
- JSON.stringify( $.datepicker.parseTime('hh:mm:ss:l z', "14:36:21:765 +2000", { ampm: false }) )
-);
+$('#utility_example_3').text(JSON.stringify(
+ $.datepicker.parseTime('hh:mm:ss:l z', "14:36:21:765 +2000", { ampm: false })
+));
</pre>
</div>