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

@@ -11,7 +11,6 @@
'use strict';
goog.module('Blockly.ContextMenuItems');
goog.module.declareLegacyNamespace();
const ContextMenuRegistry = goog.require('Blockly.ContextMenuRegistry');
const Events = goog.require('Blockly.Events');