We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3744b50 commit ee18041Copy full SHA for ee18041
jquery-ui-timepicker-addon.js
@@ -37,7 +37,7 @@
37
* Settings for (groups of) time pickers are maintained in an instance object,
38
* allowing multiple different settings on the same page.
39
*/
40
- function Timepicker() {
+ var Timepicker = function() {
41
this.regional = []; // Available regional settings, indexed by language code
42
this.regional[''] = { // Default regional settings
43
currentText: 'Now',
0 commit comments