mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Adding @namespace annotations for JSDoc. (#900)
This commit is contained in:
committed by
GitHub
parent
89ee9809d9
commit
e95991cba8
@@ -29,6 +29,10 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @name Blockly.Tooltip
|
||||
* @namespace
|
||||
**/
|
||||
goog.provide('Blockly.Tooltip');
|
||||
|
||||
goog.require('goog.dom');
|
||||
|
||||
Reference in New Issue
Block a user