We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdfb8a commit 6083126Copy full SHA for 6083126
index.html
@@ -300,7 +300,7 @@ <h3 id="MIDIOutputMap"><a>MIDIOutputMap</a> Interface</h3>
300
// or you could express in ECMAScript 6 as:
301
for (output of outputs.values()) {
302
var opt = document.createElement("option");
303
- opt.text = input.name;
+ opt.text = output.name;
304
document.getElementById("outputportselector").add(opt);
305
}</pre>
306
</section>
0 commit comments