mirror of
https://github.com/google/blockly.git
synced 2026-01-28 03:00:09 +01:00
[WIP] Remove unused references to instrumentation and toolbox
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
|
||||
goog.provide('Blockly.Block');
|
||||
|
||||
goog.require('Blockly.Instrument'); // lyn's instrumentation code
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly.Comment');
|
||||
goog.require('Blockly.Connection');
|
||||
|
||||
@@ -43,7 +43,7 @@ goog.require('Blockly.FieldVariable');
|
||||
goog.require('Blockly.Generator');
|
||||
goog.require('Blockly.Msg');
|
||||
goog.require('Blockly.Procedures');
|
||||
goog.require('Blockly.Toolbox');
|
||||
//goog.require('Blockly.Toolbox');
|
||||
goog.require('Blockly.WidgetDiv');
|
||||
goog.require('Blockly.WorkspaceSvg');
|
||||
goog.require('Blockly.constants');
|
||||
|
||||
Reference in New Issue
Block a user