Create new dev version
This commit is contained in:
parent
8c862700ca
commit
9963f68ad5
1 changed files with 3 additions and 3 deletions
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.8
|
||||
* Version 0.9.9-dev
|
||||
* Last Modified: 12/03/2011
|
||||
*
|
||||
* Copyright 2011 Trent Richardson
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
(function($) {
|
||||
|
||||
$.extend($.ui, { timepicker: { version: "0.9.8" } });
|
||||
$.extend($.ui, { timepicker: { version: "0.9.9" } });
|
||||
|
||||
/* Time picker manager.
|
||||
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
|
||||
|
@ -1289,7 +1289,7 @@ function extendRemove(target, props) {
|
|||
}
|
||||
|
||||
$.timepicker = new Timepicker(); // singleton instance
|
||||
$.timepicker.version = "0.9.8";
|
||||
$.timepicker.version = "0.9.9";
|
||||
|
||||
})(jQuery);
|
||||
|
||||
|
|
Loading…
Reference in a new issue