mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Require Blockly.utils where needed.
This commit is contained in:
@@ -28,6 +28,8 @@ goog.provide('Blockly.VariableMap');
|
||||
|
||||
goog.require('Blockly.Events.VarDelete');
|
||||
goog.require('Blockly.Events.VarRename');
|
||||
goog.require('Blockly.utils');
|
||||
|
||||
|
||||
/**
|
||||
* Class for a variable map. This contains a dictionary data structure with
|
||||
|
||||
Reference in New Issue
Block a user