typo
This commit is contained in:
parent
c1ffae9f90
commit
d3ed8821fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Rectangle extends Shape {
|
|||
}
|
||||
|
||||
static randomOptions() {
|
||||
opts = super.randomOptions();
|
||||
let opts = super.randomOptions();
|
||||
|
||||
opts.width = Math.floor(Math.random() * maxWidth);
|
||||
opts.height = Math.floor(Math.random() * maxHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue