mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix require order in core/field_label.js
This commit is contained in:
@@ -15,8 +15,8 @@ goog.module('Blockly.FieldLabel');
|
||||
goog.module.declareLegacyNamespace();
|
||||
|
||||
const Field = goog.require('Blockly.Field');
|
||||
const fieldRegistry = goog.require('Blockly.fieldRegistry');
|
||||
const dom = goog.require('Blockly.utils.dom');
|
||||
const fieldRegistry = goog.require('Blockly.fieldRegistry');
|
||||
const {inherits} = goog.require('Blockly.utils.object');
|
||||
const {replaceMessageReferences} = goog.require('Blockly.utils');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user