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;
|
||||
}
|
||||
|
||||
// Disable jsnlog window error overriding
|
||||
JL.setOptions({ enabled: false })
|
||||
// Disable jsnlog when library is loaded
|
||||
JL.setOptions({ enabled: false })
|
||||
|
|
|
@ -38,5 +38,5 @@ export { SignalOptions } from './OpenViduInternal/Interfaces/Public/SignalOption
|
|||
export { StreamManagerVideo } from './OpenViduInternal/Interfaces/Public/StreamManagerVideo';
|
||||
export { SubscriberProperties } from './OpenViduInternal/Interfaces/Public/SubscriberProperties';
|
||||
|
||||
// Disable jsnlog window error overriding
|
||||
JL.setOptions({ enabled: false })
|
||||
// Disable jsnlog when library is loaded
|
||||
JL.setOptions({ enabled: false })
|
||||
|
|
Loading…
Reference in New Issue