Skip to content

Commit ee18041

Browse files
Fixes trentrichardson#540 - ASP.NET bundling syntax error fix
1 parent 3744b50 commit ee18041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Settings for (groups of) time pickers are maintained in an instance object,
3838
* allowing multiple different settings on the same page.
3939
*/
40-
function Timepicker() {
40+
var Timepicker = function() {
4141
this.regional = []; // Available regional settings, indexed by language code
4242
this.regional[''] = { // Default regional settings
4343
currentText: 'Now',

0 commit comments

Comments
 (0)