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:
@@ -15,7 +15,6 @@
|
||||
* @namespace
|
||||
*/
|
||||
goog.module('Blockly.Variables');
|
||||
goog.module.declareLegacyNamespace();
|
||||
|
||||
const Blocks = goog.require('Blockly.Blocks');
|
||||
const Msg = goog.require('Blockly.Msg');
|
||||
|
||||
Reference in New Issue
Block a user