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

Commit 44a1614

Browse files
committed
Fixed #146 : Removed "value." between "entry." and "onmidimessage" in Example 9.4.
1 parent 3d8587f commit 44a1614

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
@@ -935,7 +935,7 @@ <h3>Handling MIDI Input</h3>
935935
}
936936

937937
function startLoggingMIDIInput( midiAccess, indexOfPort ) {
938-
midiAccess.inputs.forEach( function(entry) {entry.value.onmidimessage = onMIDIMessage;});
938+
midiAccess.inputs.forEach( function(entry) {entry.onmidimessage = onMIDIMessage;});
939939
}</pre>
940940
</section>
941941

0 commit comments

Comments
 (0)