From 24dcb5e2cf37a7431973ee9da3a4fb8d12d496a8 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 4 Jul 2016 15:44:49 -0600 Subject: [PATCH] Fix Scrutinizer "bug" --- calendar/js/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/js/app.js b/calendar/js/app.js index 15a71160dc..ef31d9a171 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -362,6 +362,8 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend( return false; } break; + default: + return undefined; } },