Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e142aef + 96ae513 commit cb625d4Copy full SHA for cb625d4
index.html
@@ -592,7 +592,7 @@ <h3>
592
function setConnection(newConnection) {
593
// Disconnect from existing presentation, if not attempting to reconnect
594
if (connection && connection != newConnection && connection.state != 'closed') {
595
- connection.onclosed = undefined;
+ connection.onclose = undefined;
596
connection.close();
597
}
598
0 commit comments