Skip to content

Commit 8a5c7a4

Browse files
Fixed syntax error preventing minify
1 parent 94ea439 commit 8a5c7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
this.defaults = $.extend({}, $.timepicker.defaults);
6464
}
6565

66-
}
66+
};
6767

6868
Timepicker.prototype = {
6969
$input: null,
@@ -86,7 +86,7 @@
8686
//########################################################################
8787
addTimePicker: function(dp_inst) {
8888
var tp_inst = this;
89-
var currDT
89+
var currDT;
9090
if ((this.$altInput) && this.$altInput != null)
9191
{
9292
currDT = this.$input.val() + ' ' + this.$altInput.val();

0 commit comments

Comments
 (0)