Uncommented line from testing

This commit is contained in:
Trent Richardson 2010-12-13 14:40:24 -05:00
parent b129814e0f
commit a4796f1922

View file

@ -687,7 +687,7 @@ $.datepicker._setTime = function(inst, date) {
else tp_inst.second = second; else tp_inst.second = second;
tp_inst._onTimeChange(); tp_inst._onTimeChange();
//tp_inst._updateDateTime(inst); tp_inst._updateDateTime(inst);
} }
}; };