From 7e739bc2d452e492a5f8103ce6247f6f970f40a8 Mon Sep 17 00:00:00 2001 From: cruizba Date: Mon, 21 Jun 2021 15:07:32 +0200 Subject: [PATCH] Fix comment context. Add end empty line --- openvidu-browser/src/Main.ts | 4 ++-- openvidu-browser/src/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openvidu-browser/src/Main.ts b/openvidu-browser/src/Main.ts index a9ef8bd3..a205bc08 100644 --- a/openvidu-browser/src/Main.ts +++ b/openvidu-browser/src/Main.ts @@ -5,5 +5,5 @@ if (window) { window['OpenVidu'] = OpenVidu; } -// Disable jsnlog window error overriding -JL.setOptions({ enabled: false }) \ No newline at end of file +// Disable jsnlog when library is loaded +JL.setOptions({ enabled: false }) diff --git a/openvidu-browser/src/index.ts b/openvidu-browser/src/index.ts index cee850f8..d86d50cb 100644 --- a/openvidu-browser/src/index.ts +++ b/openvidu-browser/src/index.ts @@ -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 }) \ No newline at end of file +// Disable jsnlog when library is loaded +JL.setOptions({ enabled: false })