From 40ff06c77b25731aec46d95b7f309969c6a4bb63 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Mon, 9 Nov 2020 18:14:01 -0500 Subject: [PATCH] Update main.js --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 3a7429c..159d24e 100644 --- a/main.js +++ b/main.js @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Steve Seguin. All Rights Reserved. * -* Use of this source code is governed by the APGLv3 open-source licensenavigator.userAgent +* Use of this source code is governed by the APGLv3 open-source license * that can be found in the LICENSE file in the root of the source * tree. Alternative licencing options can be made available on request. * @@ -5678,4 +5678,4 @@ function recordVideo(target, event, videoKbps = false, interval=30){ // event.c video.recorder.mediaRecorder.start(100); // 100ms chunks return; -} \ No newline at end of file +}