mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Fixed some whitespaces
This commit is contained in:
parent
ecc2a3b00e
commit
efbfff1a01
@ -930,8 +930,7 @@
|
||||
classes.push('xdsoft_weekend');
|
||||
}
|
||||
|
||||
if(options.beforeShowDay && typeof options.beforeShowDay == 'function')
|
||||
{
|
||||
if(options.beforeShowDay && typeof options.beforeShowDay == 'function') {
|
||||
classes.push(options.beforeShowDay(start))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user