diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-13 09:59:39 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-13 09:59:39 -0400 |
commit | b1a110fe8b50b671dffdd32472e1406f0a9951ca (patch) | |
tree | b6cb67906cf40a950f9455423414026cff1ab030 /index.html | |
parent | 123d6e0e3c0745643c4f7a9c972c5c994096f26d (diff) | |
download | jQuery-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.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |