wasm : fix typo in helper.js (#459)

pull/454/merge
Taisei Mima 1 year ago committed by GitHub
parent 3b1960520a
commit 86ef64a855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ function convertTypedArray(src, type) {
var printTextarea = (function() {
var element = document.getElementById('output');
if (element) element.alue = ''; // clear browser cache
if (element) element.value = ''; // clear browser cache
return function(text) {
if (arguments.length > 1) text = Array.prototype.slice.call(arguments).join(' ');
console.log(text);

Loading…
Cancel
Save