summaryrefslogtreecommitdiff
path: root/js/matrix.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-30 18:12:02 -0400
committerJules Laplace <jules@okfoc.us>2015-04-30 18:12:02 -0400
commit8b83fb2bafcf11b1981535f6dbc364db15153d87 (patch)
tree521707c915bb8d5fda8ed41fa042d3a11f3cd9ee /js/matrix.js
parentddaf54d3fafac65c42a6949f070dbc4222483d9b (diff)
eqColor
Diffstat (limited to 'js/matrix.js')
-rw-r--r--js/matrix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js
index dc5d166..732820e 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -168,7 +168,7 @@ Matrix.prototype.mirc = function () {
var lines = this.aa.map(function(row, y){
var last, line = ""
row.forEach(function(lex, x) {
- if (lex.eq(last)) {
+ if (lex.eqColor(last)) {
line += lex.sanitize()
}
else {