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 3b19605 commit 86ef64aCopy full SHA for 86ef64a
examples/helpers.js
@@ -8,7 +8,7 @@ function convertTypedArray(src, type) {
8
9
var printTextarea = (function() {
10
var element = document.getElementById('output');
11
- if (element) element.alue = ''; // clear browser cache
+ if (element) element.value = ''; // clear browser cache
12
return function(text) {
13
if (arguments.length > 1) text = Array.prototype.slice.call(arguments).join(' ');
14
console.log(text);
0 commit comments