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

Commit 51c537d

Browse files
committed
Merge pull request #147 from ryoyakawai/submission/update
Fixed #146
2 parents 3d8587f + 44a1614 commit 51c537d

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)