Fix comment context. Add end empty line

pull/634/head
cruizba 2021-06-21 15:07:32 +02:00
parent a54bcd773d
commit 7e739bc2d4
2 changed files with 4 additions and 4 deletions

View File

@ -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 })

View File

@ -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 })