Fixed missing dependency to Blockly.defineBlocksWithJsonArray()

This commit is contained in:
Tom
2017-08-03 16:42:34 +02:00
parent b307ba1151
commit fbb71b996a
8 changed files with 8 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ goog.provide('Blockly.Blocks.math'); // Deprecated
goog.provide('Blockly.Constants.Math');
goog.require('Blockly.Blocks');
goog.require('Blockly');
/**