Fix circular dependency.

This commit is contained in:
Neil Fraser
2018-10-12 05:47:27 -07:00
committed by Neil Fraser
parent e62bb1af73
commit dddb94aedd
17 changed files with 105 additions and 69 deletions

View File

@@ -27,7 +27,7 @@
/**
* @name Blockly.Variables
* @namespace
**/
*/
goog.provide('Blockly.Variables');
goog.require('Blockly.Blocks');