Skip to content

Commit

Permalink
Merge pull request #508 from youkinjoh/presentation_api_typo_remove_m…
Browse files Browse the repository at this point in the history
…ethod

typo remove method
  • Loading branch information
anssiko committed Dec 14, 2022
2 parents e142aef + 96ae513 commit cb625d4
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 cb625d4

Please sign in to comment.