mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
chore: remove all namespace comments (#6903)
* chore: remove all namespace comments * chore: fix lint
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* The interface for an object that is selectable.
|
||||
*
|
||||
* @namespace Blockly.ISelectable
|
||||
*/
|
||||
import * as goog from '../../closure/goog/goog.js';
|
||||
goog.declareModuleId('Blockly.ISelectable');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user