mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Alphabetize
This commit is contained in:
@@ -39,7 +39,7 @@ const StatementInput = goog.require('Blockly.blockRendering.StatementInput');
|
||||
const TopRow = goog.require('Blockly.blockRendering.TopRow');
|
||||
const Types = goog.require('Blockly.blockRendering.Types');
|
||||
const {ALIGN} = goog.require('Blockly.constants');
|
||||
const {VALUE, STATEMENT, DUMMY} = goog.require('Blockly.inputTypes');
|
||||
const {DUMMY, STATEMENT, VALUE} = goog.require('Blockly.inputTypes');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user