fix: some exports to make it work with webpack 2
This commit is contained in:
committed by
Lyubo Marinov
parent
4d329b510f
commit
c8c44d62ed
@@ -21,7 +21,7 @@ export default class JitsiMeetLogStorage {
|
||||
* <tt>false</tt> otherwise.
|
||||
*/
|
||||
isReady() {
|
||||
return APP.logCollectorStarted && APP.conference;
|
||||
return Boolean(APP.logCollectorStarted && APP.conference);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user