diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-05-05 01:29:02 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-05-05 01:29:02 -0400 |
| commit | fbd3a309bac74fa5b7384f536590f1f2a9d69f72 (patch) | |
| tree | 10a964d3c7e698687b5844cddf3185847c521d78 /js/ui/controls.js | |
| parent | 41c77a3357596c566d5b89283980e8d06f84c778 (diff) | |
change erase mode color
Diffstat (limited to 'js/ui/controls.js')
| -rw-r--r-- | js/ui/controls.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/controls.js b/js/ui/controls.js index 9ea58f5..8293a32 100644 --- a/js/ui/controls.js +++ b/js/ui/controls.js @@ -87,7 +87,7 @@ var controls = (function(){ controls.clear = new Tool (clear_el) controls.clear.use = function(){ - canvas.clear() + canvas.erase() } controls.grid = new Checkbox (grid_el) |
