summaryrefslogtreecommitdiff
path: root/js/matrix.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-12-03 22:12:30 -0500
committerJulie Lala <jules@okfoc.us>2014-12-03 22:12:30 -0500
commit2377b7795ce2a428fd34bee7ee228f17923dfb0c (patch)
tree40ed22a508a977d40959e079f3d012aa4cbeff86 /js/matrix.js
parent4dd8460f6a45d7956455ef9b39b33126c1b40e15 (diff)
fix palette
Diffstat (limited to 'js/matrix.js')
-rw-r--r--js/matrix.js4
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)
}