Fixed syntax error preventing minify

This commit is contained in:
Trent Richardson 2010-10-07 11:01:57 -04:00
parent 94ea439217
commit 8a5c7a4161

View file

@ -63,7 +63,7 @@
this.defaults = $.extend({}, $.timepicker.defaults);
}
}
};
Timepicker.prototype = {
$input: null,
@ -86,7 +86,7 @@
//########################################################################
addTimePicker: function(dp_inst) {
var tp_inst = this;
var currDT
var currDT;
if ((this.$altInput) && this.$altInput != null)
{
currDT = this.$input.val() + ' ' + this.$altInput.val();