mirror of
https://github.com/google/blockly.git
synced 2026-01-30 20:20:09 +01:00
Fixed missing dependency to Blockly.defineBlocksWithJsonArray()
This commit is contained in:
@@ -33,6 +33,7 @@ goog.provide('Blockly.Blocks.math'); // Deprecated
|
||||
goog.provide('Blockly.Constants.Math');
|
||||
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user