Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youkinjoh committed Dec 14, 2022
1 parent e142aef commit 96ae513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ <h3>
function setConnection(newConnection) {
// Disconnect from existing presentation, if not attempting to reconnect
if (connection &amp;&amp; connection != newConnection &amp;&amp; connection.state != 'closed') {
connection.onclosed = undefined;
connection.onclose = undefined;
connection.close();
}

Expand Down

0 comments on commit 96ae513

Please sign in to comment.