Skip to content

Commit 030cd2a

Browse files
Fix jsmin error
1 parent 7f91930 commit 030cd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
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)