Skip to content

Commit 6a9ed01

Browse files
committed
Export goog on internal Blockly too
1 parent beee9f0 commit 6a9ed01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/blockly.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,3 +617,4 @@ if (!goog.global['Blockly']) {
617617
}
618618
goog.global['Blockly']['getMainWorkspace'] = Blockly.getMainWorkspace;
619619
goog.global['Blockly']['goog'] = goog;
620+
Blockly.goog = goog;

0 commit comments

Comments
 (0)