From f412ff7f11807534208f8a060518802caa9b2e50 Mon Sep 17 00:00:00 2001 From: emrah Date: Sun, 14 Aug 2022 12:25:20 +0300 Subject: [PATCH] fix(config) add a missing comma in json list --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index a220486a5..d5ae3134b 100644 --- a/config.js +++ b/config.js @@ -701,7 +701,7 @@ var config = { // 'chat', // 'closedcaptions', // 'desktop', - // 'dock-iframe' + // 'dock-iframe', // 'download', // 'embedmeeting', // 'etherpad',