From ee7d3357d45c04888c714f53a59094291b303f79 Mon Sep 17 00:00:00 2001 From: Adriaan Wormgoor Date: Tue, 17 Sep 2013 13:12:51 +0200 Subject: [PATCH] small update: method name change to better reflect what it does --- js/canvasDrawing_v01.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/canvasDrawing_v01.js b/js/canvasDrawing_v01.js index 599d4dc..f6bd21a 100644 --- a/js/canvasDrawing_v01.js +++ b/js/canvasDrawing_v01.js @@ -146,7 +146,7 @@ function clearDoodle() { doodleTransform = [0, 0, 1.0, 1.0]; // [ x, y, scaleX, scaleY ] clearMainView(); - clearPreview(); + resetPreview(); } function redrawDoodle() {