Updated dev version
This commit is contained in:
parent
a4796f1922
commit
2084e23da9
6
jquery-ui-timepicker-addon.js
vendored
6
jquery-ui-timepicker-addon.js
vendored
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* jQuery timepicker addon
|
||||
* By: Trent Richardson [http://trentrichardson.com]
|
||||
* Version 0.9.1-dev
|
||||
* Version 0.9.2-dev
|
||||
* Last Modified: 12/13/2010 by Charles Phillips
|
||||
*
|
||||
* Copyright 2010 Trent Richardson
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
(function($) {
|
||||
|
||||
$.extend($.ui, { timepicker: { version: "0.9.1" } });
|
||||
$.extend($.ui, { timepicker: { version: "0.9.2" } });
|
||||
|
||||
/* Time picker manager.
|
||||
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
|
||||
|
@ -757,6 +757,6 @@ function extendRemove(target, props) {
|
|||
}
|
||||
|
||||
$.timepicker = new Timepicker(); // singleton instance
|
||||
$.timepicker.version = "0.9.1";
|
||||
$.timepicker.version = "0.9.2";
|
||||
|
||||
})(jQuery);
|
||||
|
|
Loading…
Reference in a new issue