Skip to content

Commit beee9f0

Browse files
authored
Expose "goog" (#19)
1 parent e1fa705 commit beee9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/blockly.js

+1
Original file line numberDiff line numberDiff line change
@@ -616,3 +616,4 @@ if (!goog.global['Blockly']) {
616616
goog.global['Blockly'] = {};
617617
}
618618
goog.global['Blockly']['getMainWorkspace'] = Blockly.getMainWorkspace;
619+
goog.global['Blockly']['goog'] = goog;

0 commit comments

Comments
 (0)