Replace namespace annotation with class annotation in files that define a class (#5566)

This commit is contained in:
Monica Kozbial
2021-09-28 15:57:09 -07:00
committed by GitHub
parent c9329ea8eb
commit 49bc2b1ae4
158 changed files with 158 additions and 158 deletions

View File

@@ -12,7 +12,7 @@
/**
* Text input field.
* @namespace Blockly.FieldTextInput
* @class
*/
goog.module('Blockly.FieldTextInput');