decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
2 additions and
3 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -92,11 +92,10 @@ function gardenOfflineLimits() { |
|
|
|
for (let i = 0; i < shapes.length; i++) { |
|
|
|
let shape = shapes[i]; |
|
|
|
shape.hide(); |
|
|
|
shape = null; |
|
|
|
} |
|
|
|
|
|
|
|
while (shapes.length > 0) { |
|
|
|
shapes.pop(); |
|
|
|
} |
|
|
|
shapes = []; |
|
|
|
|
|
|
|
return true; |
|
|
|
} |
|
|
|