typo
This commit is contained in:
parent
fc9284da02
commit
28b335619d
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -7,4 +7,4 @@ let canvas = new Canvas();
|
||||||
document.body.appendChild(canvas.element);
|
document.body.appendChild(canvas.element);
|
||||||
|
|
||||||
let shape = factory.createRandomShape();
|
let shape = factory.createRandomShape();
|
||||||
shape.draw(canvas);
|
canvas.draw(shape);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue