Skip to content

Commit

Permalink
Expose "goog"
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Jul 29, 2024
1 parent 6c4c5dd commit f528616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/blockly.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,4 @@ if (!goog.global['Blockly']) {
goog.global['Blockly'] = {};
}
goog.global['Blockly']['getMainWorkspace'] = Blockly.getMainWorkspace;
goog.global['Blockly']['goog'] = goog;

0 comments on commit f528616

Please sign in to comment.