File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* jQuery timepicker addon
3
3
* By: Trent Richardson [http://trentrichardson.com]
4
- * Version 0.9.5-dev
5
- * Last Modified: 05/12 /2011
4
+ * Version 0.9.5
5
+ * Last Modified: 05/25 /2011
6
6
*
7
7
* Copyright 2011 Trent Richardson
8
8
* Dual licensed under the MIT and GPL licenses.
13
13
* .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
14
14
* .ui-timepicker-div dl{ text-align: left; }
15
15
* .ui-timepicker-div dl dt{ height: 25px; }
16
- * .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
16
+ * .ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
17
17
* .ui-timepicker-div td { font-size: 90%; }
18
18
*/
19
19
20
20
( function ( $ ) {
21
21
22
- $ . extend ( $ . ui , { timepicker : { version : "0.9.4 " } } ) ;
22
+ $ . extend ( $ . ui , { timepicker : { version : "0.9.5 " } } ) ;
23
23
24
24
/* Time picker manager.
25
25
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -980,6 +980,6 @@ function extendRemove(target, props) {
980
980
}
981
981
982
982
$ . timepicker = new Timepicker ( ) ; // singleton instance
983
- $ . timepicker . version = "0.9.4 " ;
983
+ $ . timepicker . version = "0.9.5 " ;
984
984
985
985
} ) ( jQuery ) ;
You can’t perform that action at this time.
0 commit comments