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:
Andrew n marshall
2018-06-15 15:29:41 -07:00
committed by GitHub
parent a87dcc66fb
commit b4cfe263fa
17 changed files with 88 additions and 216 deletions

View File

@@ -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.