diff options
| author | timb <opuscule@gmail.com> | 2016-03-13 17:46:43 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2016-03-13 17:46:43 -0700 |
| commit | b55c277f18a56cb6c6f85df968111f230e828b07 (patch) | |
| tree | f2c72f1b1a73251f9ff5a0f37eb59dda68a37546 /js/matrix.js | |
| parent | c76582f92f4686dff929bff706b24eb5d1058e78 (diff) | |
rm lex.fill since it is exactly the same fn as lex.assign
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() }) } |
