bugfix
This commit is contained in:
parent
1922e21664
commit
77c60445db
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -32,7 +32,7 @@ let clear = new Button("blank");
|
|||
clear.addHandler(canvas.clear.bind(canvas));
|
||||
|
||||
let downloadButton = new Button("download");
|
||||
download.addHandler(download);
|
||||
downloadButton.addHandler(download);
|
||||
|
||||
window.addEventListener("resize", onWindowResize, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue