Skip to content

Commit 8c6fe2f

Browse files
committed
fix: remove global document object from destructuring list
1 parent bf09adb commit 8c6fe2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
COLLAPSEBLOCKSBUTTON, COLLAPSEBUTTON, createDefaultStack,
2323
createHelpContent, createjs, DATAOBJS, DEFAULTBLOCKSCALE,
2424
DEFAULTDELAY, define, doBrowserCheck, doBrowserCheck, docByClass,
25-
document.getElementById, doSVG, EMPTYHEAPERRORMSG, EXPANDBUTTON, FILLCOLORS,
25+
doSVG, EMPTYHEAPERRORMSG, EXPANDBUTTON, FILLCOLORS,
2626
getMacroExpansion, getOctaveRatio, getTemperament, transcribeMidi,
2727
GOHOMEBUTTON, GOHOMEFADEDBUTTON, GRAND, HelpWidget, HIDEBLOCKSFADEDBUTTON,
2828
hideDOMLabel, initBasicProtoBlocks, initPalettes,

0 commit comments

Comments
 (0)