Fix Scrutinizer "bug"

This commit is contained in:
nathangray 2016-07-04 15:44:49 -06:00
parent b9887c292f
commit 24dcb5e2cf

View File

@ -362,6 +362,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
return false;
}
break;
default:
return undefined;
}
},