Coding style

For lack of a better word/phrase, I'm calling all changes coding style.
I'm targeting readability through naming and syntax.
This commit is contained in:
Lyubo Marinov
2017-04-27 15:21:01 -05:00
committed by hristoterezov
parent 3e055c1201
commit e9dc9c47a9
9 changed files with 119 additions and 115 deletions

View File

@@ -3,5 +3,4 @@ declare var getConfigParamsFromUrl: Function;
/**
* JitsiMeetExternalAPI id - unique for a webpage.
*/
export const API_ID
= getConfigParamsFromUrl().jitsi_meet_external_api_id;
export const API_ID = getConfigParamsFromUrl().jitsi_meet_external_api_id;