summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-01-29 11:46:51 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2013-01-29 11:46:51 -0500
commitee180416918a079c88f18f5ea75ab3c4a6b22c19 (patch)
treeb273eb217536c64fd2efe9cbe6096bd91877c9ee
parent3744b50ebedc55b66e81ad91237c88c2906acd4b (diff)
downloadjQuery-Timepicker-Addon-ee180416918a079c88f18f5ea75ab3c4a6b22c19.zip
jQuery-Timepicker-Addon-ee180416918a079c88f18f5ea75ab3c4a6b22c19.tar.gz
jQuery-Timepicker-Addon-ee180416918a079c88f18f5ea75ab3c4a6b22c19.tar.bz2
Fixes #540 - ASP.NET bundling syntax error fix
-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 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',