We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad887d3 commit 972b601Copy full SHA for 972b601
src/accessibility/outputs.js
@@ -492,7 +492,8 @@ p5.prototype._accsOutput = function(f, args) {
492
if (!this.ingredients.shapes[f]) {
493
this.ingredients.shapes[f] = [include];
494
//if other shapes of this type have been created
495
- } else{
+ } else {
496
+``
497
//for every shape of this type
498
for (let y in this.ingredients.shapes[f]) {
499
//compare it with current shape and if it already exists make add false
0 commit comments