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

Commit 6083126

Browse files
committed
REALLY fix #135.
Sorry, obviously shouldn’t do commits on a Monday morning on one cup of coffee.
1 parent efdfb8a commit 6083126

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
@@ -300,7 +300,7 @@ <h3 id="MIDIOutputMap"><a>MIDIOutputMap</a> Interface</h3>
300300
// or you could express in ECMAScript 6 as:
301301
for (output of outputs.values()) {
302302
var opt = document.createElement("option");
303-
opt.text = input.name;
303+
opt.text = output.name;
304304
document.getElementById("outputportselector").add(opt);
305305
}</pre>
306306
</section>

0 commit comments

Comments
 (0)