Skip to content

Commit 972b601

Browse files
authored
Update src/accessibility/outputs.js
1 parent ad887d3 commit 972b601

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/accessibility/outputs.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,8 @@ p5.prototype._accsOutput = function(f, args) {
492492
if (!this.ingredients.shapes[f]) {
493493
this.ingredients.shapes[f] = [include];
494494
//if other shapes of this type have been created
495-
} else{
495+
} else {
496+
``
496497
//for every shape of this type
497498
for (let y in this.ingredients.shapes[f]) {
498499
//compare it with current shape and if it already exists make add false

0 commit comments

Comments
 (0)