summaryrefslogtreecommitdiffstats
path: root/dist/jquery-ui-timepicker-addon.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-08-30 09:26:29 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-08-30 09:26:29 -0400
commitfcf05f82aec0a6edc6d716738792a51b4c4b8e3b (patch)
tree9fcf7387c1640ee10a3eb859e1247504188fa738 /dist/jquery-ui-timepicker-addon.js
parent8485a8dd7d8640413c4bc3deafa9e38b6c2d4023 (diff)
downloadjQuery-Timepicker-Addon-fcf05f82aec0a6edc6d716738792a51b4c4b8e3b.zip
jQuery-Timepicker-Addon-fcf05f82aec0a6edc6d716738792a51b4c4b8e3b.tar.gz
jQuery-Timepicker-Addon-fcf05f82aec0a6edc6d716738792a51b4c4b8e3b.tar.bz2
Pull #632 - Added missed character by semsorock
Diffstat (limited to 'dist/jquery-ui-timepicker-addon.js')
-rw-r--r--dist/jquery-ui-timepicker-addon.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/jquery-ui-timepicker-addon.js b/dist/jquery-ui-timepicker-addon.js
index 644703f..0272ee0 100644
--- a/dist/jquery-ui-timepicker-addon.js
+++ b/dist/jquery-ui-timepicker-addon.js
@@ -1,4 +1,4 @@
-/*! jQuery Timepicker Addon - v1.4 - 2013-08-11
+/*! jQuery Timepicker Addon - v1.4.1 - 2013-08-30
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
(function ($) {
@@ -16,7 +16,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.4"
+ version: "1.4.1"
}
});
@@ -829,7 +829,7 @@
var formattedDateTime = this.formattedDate;
// if a slider was changed but datepicker doesn't have a value yet, set it
- if (dp_inst.lastVa === "") {
+ if (dp_inst.lastVal === "") {
dp_inst.currentYear = dp_inst.selectedYear;
dp_inst.currentMonth = dp_inst.selectedMonth;
dp_inst.currentDay = dp_inst.selectedDay;
@@ -2129,6 +2129,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.4";
+ $.timepicker.version = "1.4.1";
})(jQuery);