Fixed some whitespaces

This commit is contained in:
Zemistr 2014-06-05 02:20:35 +02:00
parent ecc2a3b00e
commit efbfff1a01

View File

@ -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))
}