Not all browsers define uneval().
Chris Pressey
4 years ago
78 | 78 |
|
79 | 79 |
this.examineChar = function() {
|
80 | 80 |
if (this.charIndex > 255) {
|
81 | |
console.log(uneval(this.table));
|
82 | 81 |
clearInterval(this.intervalId);
|
83 | 82 |
this.canvas.parentElement.style.display = 'none';
|
84 | 83 |
this.generated = 0;
|