mirror of https://github.com/OpenVidu/openvidu.git
Fix comment context. Add end empty line
parent
a54bcd773d
commit
7e739bc2d4
|
@ -5,5 +5,5 @@ if (window) {
|
||||||
window['OpenVidu'] = OpenVidu;
|
window['OpenVidu'] = OpenVidu;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable jsnlog window error overriding
|
// Disable jsnlog when library is loaded
|
||||||
JL.setOptions({ enabled: false })
|
JL.setOptions({ enabled: false })
|
|
@ -38,5 +38,5 @@ export { SignalOptions } from './OpenViduInternal/Interfaces/Public/SignalOption
|
||||||
export { StreamManagerVideo } from './OpenViduInternal/Interfaces/Public/StreamManagerVideo';
|
export { StreamManagerVideo } from './OpenViduInternal/Interfaces/Public/StreamManagerVideo';
|
||||||
export { SubscriberProperties } from './OpenViduInternal/Interfaces/Public/SubscriberProperties';
|
export { SubscriberProperties } from './OpenViduInternal/Interfaces/Public/SubscriberProperties';
|
||||||
|
|
||||||
// Disable jsnlog window error overriding
|
// Disable jsnlog when library is loaded
|
||||||
JL.setOptions({ enabled: false })
|
JL.setOptions({ enabled: false })
|
Loading…
Reference in New Issue