From ef6613578f3332d8c2fb90fafa5ea089f0dd36b3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 9 Jun 2015 17:01:40 -0400 Subject: fix custom brush mouse bug --- js/matrix.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/matrix.js') 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 -- cgit v1.2.3-70-g09d2