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,16 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Library to create tooltips for Blockly.
* First, call createDom() after onload.
* Second, set the 'tooltip' property on any SVG element that needs a tooltip.
* If the tooltip is a string, or a function that returns a string, that message
* will be displayed. If the tooltip is an SVG element, then that object's
* tooltip will be used. Third, call bindMouseEvents(e) passing the SVG element.
*
* @namespace Blockly.Tooltip
*/
import * as goog from '../closure/goog/goog.js';
goog.declareModuleId('Blockly.Tooltip');