small update: method name change to better reflect what it does

This commit is contained in:
Adriaan Wormgoor 2013-09-17 13:12:51 +02:00
parent 7333f0d83a
commit ee7d3357d4
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function clearDoodle() {
doodleTransform = [0, 0, 1.0, 1.0]; // [ x, y, scaleX, scaleY ]
clearMainView();
clearPreview();
resetPreview();
}
function redrawDoodle() {