diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-06-09 17:01:40 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-06-09 17:01:40 -0400 |
| commit | ef6613578f3332d8c2fb90fafa5ea089f0dd36b3 (patch) | |
| tree | 0c0c84164ca75708e02872965c160256c5df05af /js/matrix.js | |
| parent | 704e15d782669eae377362b9235a39247f4f54c4 (diff) | |
fix custom brush mouse bug
Diffstat (limited to 'js/matrix.js')
| -rw-r--r-- | js/matrix.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js index 9ec3a06..21963f1 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -133,7 +133,6 @@ Matrix.prototype.getCell = function(x,y){ Matrix.prototype.resize = function(w,h){ w = w || canvas.w h = h || canvas.h - console.log("resize to", w, h) var div, row, lex var f = this.f, old_h = this.aa.length, old_w = this.aa[0].length var rapper = this.rapper |
