chore: Remove declareLegacyNamespace() from files in core (#5525)

* chore: Remove declareLegacyNamespace() from files in core

* fix: Update missing/errant re-exports in blockly.js
This commit is contained in:
Aaron Dodson
2021-09-23 14:48:52 -07:00
committed by GitHub
parent 9f09d50df4
commit e0693a65d2
77 changed files with 147 additions and 90 deletions

View File

@@ -20,7 +20,6 @@
* @namespace
*/
goog.module('Blockly.Tooltip');
goog.module.declareLegacyNamespace();
const blocklyString = goog.require('Blockly.utils.string');
const browserEvents = goog.require('Blockly.browserEvents');