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
// daterangepicker.js
2
- // version : 0.0.8
2
+ // version : 0.0.9
3
3
// author : Chunlong Liu
4
- // last updated at: 2015-08-22
4
+ // last updated at: 2015-10-30
5
5
// license : MIT
6
6
// www.jszen.com
7
7
1943
1943
1944
1944
function getApplyBtnClass ( )
1945
1945
{
1946
- klass = ''
1946
+ var klass = ''
1947
1947
if ( opt . autoClose === true ) {
1948
1948
klass += ' hide' ;
1949
1949
}
2027
2027
}
2028
2028
} ) ;
2029
2029
2030
- attrString = '' ;
2030
+ var attrString = '' ;
2031
2031
2032
2032
for ( var attr in resultObject ) {
2033
2033
if ( resultObject . hasOwnProperty ( attr ) ) {
2120
2120
if ( today . tooltip != '' ) today . extraClass += ' has-tooltip ' ;
2121
2121
}
2122
2122
2123
- todayDivAttr = {
2123
+ var todayDivAttr = {
2124
2124
time : today . time ,
2125
2125
'data-tooltip' : today . tooltip ,
2126
2126
'class' : 'day ' + today . type + ' ' + today . extraClass + ' ' + ( today . valid ? 'valid' : 'invalid' ) + ' ' + ( highlightToday ?'real-today' :'' )
You can’t perform that action at this time.
0 commit comments