diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-22 20:53:43 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-22 20:53:43 -0500 |
| commit | ee733a92d317f37e3bd72002de10d5ddac9010c4 (patch) | |
| tree | ac4b706010643ac3f29254ae87b4e4f23adb11c7 /js/matrix.js | |
| parent | 51606e3dfa55b70d2f08cdd200a4b7cb51f47318 (diff) | |
no undefined plz
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js index 7549113..1a39742 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -88,7 +88,7 @@ Matrix.prototype.ascii = function () { var last, line = "" row.forEach(function(lex, x) { if (lex.eq(last)) { - line += lex.char + line += lex.sanitize() } else { if (x > 0 && last && (last.bg != 1 || last.fg != 0)) line += "\\x03" |
