From b55c277f18a56cb6c6f85df968111f230e828b07 Mon Sep 17 00:00:00 2001 From: timb Date: Sun, 13 Mar 2016 17:46:43 -0700 Subject: rm lex.fill since it is exactly the same fn as lex.assign --- js/matrix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/matrix.js') diff --git a/js/matrix.js b/js/matrix.js index 4c8976c..275e6b6 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -112,7 +112,7 @@ Matrix.prototype.fill = function(lex){ this.char = lex.char this.opacity = lex.opacity this.forEach(function(el,x,y){ - el.fill(lex) + el.assign(lex) el.build() }) } -- cgit v1.2.3-70-g09d2