Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb625d4

Browse files
authored
Merge pull request #508 from youkinjoh/presentation_api_typo_remove_method
typo remove method
2 parents e142aef + 96ae513 commit cb625d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ <h3>
592592
function setConnection(newConnection) {
593593
// Disconnect from existing presentation, if not attempting to reconnect
594594
if (connection &amp;&amp; connection != newConnection &amp;&amp; connection.state != 'closed') {
595-
connection.onclosed = undefined;
595+
connection.onclose = undefined;
596596
connection.close();
597597
}
598598

0 commit comments

Comments
 (0)