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