Require Blockly.utils where needed.

This commit is contained in:
Neil Fraser
2018-06-28 15:56:24 -07:00
committed by Neil Fraser
parent 60cce6cd0c
commit 284b79407e
32 changed files with 51 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
goog.provide('Blockly.VariableModel');
goog.require('Blockly.Events.VarCreate');
goog.require('Blockly.utils');
/**