Skip to content

Commit

Permalink
Merge pull request #130 from natevw/patch-1
Browse files Browse the repository at this point in the history
Fix typo in close method ("connected" is not a MIDIPortConnectionState)
  • Loading branch information
cwilso committed Jun 9, 2016
2 parents cdf067e + 7ebce3d commit 689ef96
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 @@ -545,7 +545,7 @@ <h2 id="MIDIPort"><a>MIDIPort</a> Interface</h2>
<p>
Makes the MIDI device corresponding to the
<code><a href="#idl-def-MIDIPort">MIDIPort</a></code> explicitly
unavailable (subsequently changing the state from "open" to "connected").
unavailable (subsequently changing the state from "open" to "closed").
Note that successful invocation of this method will result in MIDI
messages no longer being delivered to MIDIMessageEvent handlers on a
<a>MIDIInputPort</a> (although setting a new handler will cause an
Expand Down

0 comments on commit 689ef96

Please sign in to comment.