diff options
-rw-r--r-- | jquery-ui-timepicker-addon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 2e59d6f..ba5b5ff 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -280,7 +280,7 @@ $.extend(Timepicker.prototype, { //######################################################################## _injectTimePicker: function() { var $dp = this.inst.dpDiv, - o = this._defaults, + o = this.inst.settings, tp_inst = this, // Added by Peter Medeiros: // - Figure out what the hour/minute/second max should be based on the step values. |