From a5886eff08b96df5958792a52c4aa58b88f0f730 Mon Sep 17 00:00:00 2001 From: Michael Ybanez Date: Tue, 9 Jul 2019 21:20:02 +0800 Subject: [PATCH] remove unused 'let stream' as it prevents access to window.stream --- js/resolutionScan.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/resolutionScan.js b/js/resolutionScan.js index dde1b6a..65563f9 100644 --- a/js/resolutionScan.js +++ b/js/resolutionScan.js @@ -10,7 +10,6 @@ let video = $('#video')[0], //where we will put & test our video output deviceList = $('#devices')[0], //device list dropdown devices = [], //getSources object to hold various camera options - stream, selectedCamera = [], //used to hold a camera's ID and other parameters tests, //holder for our test results r = 0, //used for iterating through the array