mirror of
https://github.com/google/blockly.git
synced 2026-01-11 10:57:07 +01:00
Actually make WS comments optional (#3130)
* Remove last reference to ws comments since its an optional module * Also remove from workspace
This commit is contained in:
@@ -34,7 +34,6 @@ goog.require('Blockly.Themes.Classic');
|
||||
goog.require('Blockly.utils');
|
||||
goog.require('Blockly.utils.math');
|
||||
goog.require('Blockly.VariableMap');
|
||||
goog.require('Blockly.WorkspaceComment');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -38,8 +38,6 @@ goog.require('Blockly.utils');
|
||||
goog.require('Blockly.utils.dom');
|
||||
goog.require('Blockly.utils.global');
|
||||
goog.require('Blockly.utils.xml');
|
||||
goog.require('Blockly.WorkspaceComment');
|
||||
goog.require('Blockly.WorkspaceCommentSvg');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user