mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user