mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
chore: remove all namespace comments (#6903)
* chore: remove all namespace comments * chore: fix lint
This commit is contained in:
@@ -4,13 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* ARIA-related constants and utilities.
|
||||
* These methods are not specific to Blockly, and could be factored out into
|
||||
* a JavaScript framework such as Closure.
|
||||
*
|
||||
* @namespace Blockly.utils.aria
|
||||
*/
|
||||
import * as goog from '../../closure/goog/goog.js';
|
||||
goog.declareModuleId('Blockly.utils.aria');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user