summaryrefslogtreecommitdiffstats
path: root/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2012-08-28 09:57:24 -0700
committerTrent Richardson <trentdrichardson@gmail.com>2012-08-28 09:57:24 -0700
commita5919e789b1e86abcab5f61aa5ad962a6f905b5d (patch)
tree66d71065c37b9af6458b6ccf23094a1ab2d92a36 /jquery-ui-timepicker-addon.js
parentb930f5fc6602370cd316c9666ed776b7d6eb130c (diff)
parent559722561fb3d2488c9e8e23e89e1e728549244e (diff)
downloadjQuery-Timepicker-Addon-a5919e789b1e86abcab5f61aa5ad962a6f905b5d.zip
jQuery-Timepicker-Addon-a5919e789b1e86abcab5f61aa5ad962a6f905b5d.tar.gz
jQuery-Timepicker-Addon-a5919e789b1e86abcab5f61aa5ad962a6f905b5d.tar.bz2
Merge pull request #421 from keithnicholson/dev
Fixes #335
Diffstat (limited to 'jquery-ui-timepicker-addon.js')
-rw-r--r--jquery-ui-timepicker-addon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index c13f7b7..53ca43c 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -285,7 +285,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.