这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 689ef96

Browse files
committed
Merge pull request #130 from natevw/patch-1
Fix typo in close method ("connected" is not a MIDIPortConnectionState)
2 parents cdf067e + 7ebce3d commit 689ef96

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
@@ -545,7 +545,7 @@ <h2 id="MIDIPort"><a>MIDIPort</a> Interface</h2>
545545
<p>
546546
Makes the MIDI device corresponding to the
547547
<code><a href="#idl-def-MIDIPort">MIDIPort</a></code> explicitly
548-
unavailable (subsequently changing the state from "open" to "connected").
548+
unavailable (subsequently changing the state from "open" to "closed").
549549
Note that successful invocation of this method will result in MIDI
550550
messages no longer being delivered to MIDIMessageEvent handlers on a
551551
<a>MIDIInputPort</a> (although setting a new handler will cause an

0 commit comments

Comments
 (0)