We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ad2ea commit b872d74Copy full SHA for b872d74
jquery-ui-timepicker-addon.js
@@ -229,7 +229,7 @@
229
230
// controlType is string - key to our this._controls
231
if(typeof(tp_inst._defaults.controlType) === 'string'){
232
- if(tp_inst._defaults.controlType == 'slider' && typeof(jQuery.ui.slider) === 'undefined'){
+ if(tp_inst._defaults.controlType == 'slider' && typeof($.ui.slider) === 'undefined'){
233
tp_inst._defaults.controlType = 'select';
234
}
235
tp_inst.control = tp_inst._controls[tp_inst._defaults.controlType];
0 commit comments