diff options
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/matrix.js b/js/matrix.js index 9809865..8d3392f 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -150,8 +150,6 @@ console.log(txt.length) escaped_txt += txt[i] } } - // .replace(/\x03/g, '\\x03'); - // console.log(txt) return '/exec -out printf "' + escaped_txt + '"\n' } Matrix.prototype.expand = function(i){ @@ -164,5 +162,5 @@ Matrix.prototype.expand = function(i){ this.rebuild() } Matrix.prototype.contract = function(i){ - this .expand(-i) + this.expand(-i) } |
