Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Fix incorrect method name.
  • Loading branch information
lahirug authored Jun 30, 2020
1 parent 63a46f7 commit b0428a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiple-peerconnections/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var cpuOveruseDetectionCheckbox = $('cpuoveruse-detection');
startTestButton.onclick = startTest;

function logError(err) {
console.err(err);
console.error(err);
}

function addNewVideoElement() {
Expand Down

0 comments on commit b0428a5

Please sign in to comment.