Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb625d4

Browse files
authored
Merge pull request#508 from youkinjoh/presentation_api_typo_remove_method
typo remove method
2 parentse142aef +96ae513 commitcb625d4

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)

[8]ページ先頭

©2009-2025 Movatter.jp