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,14 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Extensions are functions that help initialize blocks, usually
* adding dynamic behavior such as onchange handlers and mutators. These
* are applied using Block.applyExtension(), or the JSON "extensions"
* array attribute.
*
* @namespace Blockly.Extensions
*/
import * as goog from '../closure/goog/goog.js';
goog.declareModuleId('Blockly.Extensions');