From ff68caaa1616fd11f2afb9c4297dd42625c7f583 Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 1 Aug 2016 16:57:56 -0500 Subject: [PATCH] Adds a comment and disables jshint error. Merge pull request #760 from aaronkvanmeerten/master --- interface_config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index e989eeaa2..cedf08cf5 100644 --- a/interface_config.js +++ b/interface_config.js @@ -14,7 +14,9 @@ var interfaceConfig = { GENERATE_ROOMNAMES_ON_WELCOME_PAGE: true, APP_NAME: "Jitsi Meet", INVITATION_POWERED_BY: true, - TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite', 'chat', 'etherpad', 'sharedvideo', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], + // the toolbar buttons line is intentionally left in one line, to be able + // to easily override values or remove them using regex + TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite', 'chat', 'etherpad', 'sharedvideo', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], // jshint ignore:line // Determines how the video would fit the screen. 'both' would fit the whole // screen, 'height' would fit the original video height to the height of the // screen, 'width' would fit the original video width to the width of the