From 070a83fd033003d072ee1027f798d7d33999f1ff Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Wed, 5 Sep 2012 23:59:53 +0200 Subject: [PATCH] Passed correct reference of drawingController when releasing tool --- js/piskel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/piskel.js b/js/piskel.js index 69475438..6fcc9d37 100644 --- a/js/piskel.js +++ b/js/piskel.js @@ -252,7 +252,7 @@ $.namespace("pskl"); spriteCoordinate.col, spriteCoordinate.row, penColor, - this.drawer + this.drawingController ); },