Skip to content

Commit a5919e7

Browse files
Merge pull request trentrichardson#421 from keithnicholson/dev
Fixes trentrichardson#335
2 parents b930f5f + 5597225 commit a5919e7

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
@@ -285,7 +285,7 @@ $.extend(Timepicker.prototype, {
285285
//########################################################################
286286
_injectTimePicker: function() {
287287
var $dp = this.inst.dpDiv,
288-
o = this._defaults,
288+
o = this.inst.settings,
289289
tp_inst = this,
290290
// Added by Peter Medeiros:
291291
// - Figure out what the hour/minute/second max should be based on the step values.

0 commit comments

Comments
 (0)