chore: remove all namespace comments (#6903)

* chore: remove all namespace comments

* chore: fix lint
This commit is contained in:
Beka Westberg
2023-03-20 09:43:58 -07:00
committed by GitHub
parent 5cdd2bf65f
commit ed531ec313
91 changed files with 0 additions and 494 deletions

View File

@@ -4,12 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* This file is a universal registry that provides generic methods
* for registering and unregistering different types of classes.
*
* @namespace Blockly.registry
*/
import * as goog from '../closure/goog/goog.js';
goog.declareModuleId('Blockly.registry');