From 4d915b6c1fdc2e2499b87c43f8ed5f99ef2151f6 Mon Sep 17 00:00:00 2001 From: jfederico Date: Tue, 15 Aug 2017 19:12:24 +0000 Subject: [PATCH] Fixed issues reported by Scrutinizer --- app/assets/javascripts/landing.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/javascripts/landing.js b/app/assets/javascripts/landing.js index 0eadd02b..b2bcc9f0 100644 --- a/app/assets/javascripts/landing.js +++ b/app/assets/javascripts/landing.js @@ -15,6 +15,10 @@ // with BigBlueButton; if not, see . /** global: Meeting */ +/** global: PreviousMeetings */ +/** global: QRCode */ +/** global: Recordings */ +/** global: Turbolinks */ (function() {