mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Removing (most) Closure from BlockFactory (#1925)
Replacing all Closure goog. library calls from BlockFactory, with the exception of the ColorPicker and the test for the warning about running without Closure. This includes (almost) all goog.provide and goog.require statements.
This commit is contained in:
committed by
GitHub
parent
a87dcc66fb
commit
b4cfe263fa
@@ -34,11 +34,6 @@
|
||||
* @author Emma Dauterman (evd2014)
|
||||
*/
|
||||
|
||||
goog.require('BlocklyDevTools.Analytics');
|
||||
goog.require('FactoryUtils');
|
||||
goog.require('StandardCategories');
|
||||
|
||||
|
||||
/**
|
||||
* Class for a WorkspaceFactoryController
|
||||
* @param {string} toolboxName Name of workspace toolbox XML.
|
||||
|
||||
Reference in New Issue
Block a user