summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wade <simon.wade@gmail.com>2012-08-29 01:50:22 +1000
committerSimon Wade <simon.wade@gmail.com>2012-08-29 02:21:22 +1000
commitf2cfbcd65bda496d2963fddce896b7637c32e3a4 (patch)
treed82fd9e79dff5ba8088af063c8fdc888307b3730
parente66ac892aa54f6cc38e4b9adffc9d0ef255d127f (diff)
downloadjQuery-Timepicker-Addon-f2cfbcd65bda496d2963fddce896b7637c32e3a4.zip
jQuery-Timepicker-Addon-f2cfbcd65bda496d2963fddce896b7637c32e3a4.tar.gz
jQuery-Timepicker-Addon-f2cfbcd65bda496d2963fddce896b7637c32e3a4.tar.bz2
Fixed trailing comma
-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 971276f..fc559f0 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -96,7 +96,7 @@ function Timepicker() {
timezoneList: null,
addSliderAccess: false,
sliderAccessArgs: null,
- defaultValue: null,
+ defaultValue: null
};
$.extend(this._defaults, this.regional['']);
}