Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Jan 11, 2025
1 parent 6792673 commit b8c2fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/jwArray/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Extension {
);

const regenReporters = ["jwArray_forEachI", "jwArray_forEachV"];
if (ScratchBlocks !== undefined) {
if (window.ScratchBlocks !== undefined) {
ScratchBlocks.BlockSvg.INPUT_SHAPE_SQUARE =
ScratchBlocks.BlockSvg.TOP_LEFT_CORNER_START +
ScratchBlocks.BlockSvg.TOP_LEFT_CORNER +
Expand Down

0 comments on commit b8c2fcc

Please sign in to comment.