easy-sketch
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "easy-sketch", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A simple class that facilitates free drawing on the HTML 5 canvas.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,4 +15,2 @@ "use strict"; | ||
); | ||
this._autoAdjustOverlay = this._autoAdjustOverlay.bind(this); | ||
} | ||
@@ -19,0 +17,0 @@ |
23548
532