From ee180416918a079c88f18f5ea75ab3c4a6b22c19 Mon Sep 17 00:00:00 2001 From: Trent Richardson Date: Tue, 29 Jan 2013 11:46:51 -0500 Subject: Fixes #540 - ASP.NET bundling syntax error fix --- jquery-ui-timepicker-addon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index ed607fc..c0172c8 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -37,7 +37,7 @@ * Settings for (groups of) time pickers are maintained in an instance object, * allowing multiple different settings on the same page. */ - function Timepicker() { + var Timepicker = function() { this.regional = []; // Available regional settings, indexed by language code this.regional[''] = { // Default regional settings currentText: 'Now', -- cgit v1.1