From 2377b7795ce2a428fd34bee7ee228f17923dfb0c Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Wed, 3 Dec 2014 22:12:30 -0500 Subject: fix palette --- js/matrix.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/matrix.js') 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) } -- cgit v1.2.3-70-g09d2