Removes "," from the last element in config.js

This commit is contained in:
hristoterezov 2014-11-04 16:15:34 +02:00
parent cbb3b78d9a
commit 6861dc967f
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ var config = {
useBundle: true,
enableRecording: false,
enableWelcomePage: false,
enableSimulcast: false,
enableSimulcast: false
};