Browse Source

Clean up afterwards

offline
decentral1se 3 years ago
parent
commit
e746641fba
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 5
      voicegardens/static/voicegardens.js

5
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;
}

Loading…
Cancel
Save