Skip to content

Commit d47cb6f

Browse files
Fix jsmin error
1 parent 70e0ca6 commit d47cb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
borderCollapse: 'collapse'
481481
}).find("td").click(function(e){
482482
var $t = $(this),
483-
h = $t.html()
483+
h = $t.html(),
484484
f = $t.data('for'); // loses scope, so we use data-for
485485

486486
if (f == 'hour' && o.ampm) {

0 commit comments

Comments
 (0)