mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Missing requires, r through v
This commit is contained in:
@@ -19,6 +19,10 @@ goog.require('Blockly.Msg');
|
||||
goog.require('Blockly.utils');
|
||||
goog.require('Blockly.utils.object');
|
||||
|
||||
goog.requireType('Blockly.Block');
|
||||
goog.requireType('Blockly.VariableModel');
|
||||
goog.requireType('Blockly.Workspace');
|
||||
|
||||
|
||||
/**
|
||||
* Class for a variable map. This contains a dictionary data structure with
|
||||
|
||||
Reference in New Issue
Block a user