You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the linked code samples show using goog.inherits for inheritance, when they should use Blockly.utils.object.inherits (since Blockly moved away from closure).
The text was updated successfully, but these errors were encountered:
Where
What
Old content
goog.inherits
Suggested content
Blockly.utils.object.inherits
Additional context
Currently the linked code samples show using
goog.inherits
for inheritance, when they should useBlockly.utils.object.inherits
(since Blockly moved away from closure).The text was updated successfully, but these errors were encountered: