mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Require VariableModel in field_variable.js.
This commit is contained in:
@@ -28,6 +28,7 @@ goog.provide('Blockly.FieldVariable');
|
||||
|
||||
goog.require('Blockly.FieldDropdown');
|
||||
goog.require('Blockly.Msg');
|
||||
goog.require('Blockly.VariableModel');
|
||||
goog.require('Blockly.Variables');
|
||||
goog.require('goog.asserts');
|
||||
goog.require('goog.string');
|
||||
|
||||
Reference in New Issue
Block a user