mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
hristoterezov
parent
3e055c1201
commit
e9dc9c47a9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user