mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Replace namespace annotation with class annotation in files that define a class (#5566)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
/**
|
||||
* Text input field.
|
||||
* @namespace Blockly.FieldTextInput
|
||||
* @class
|
||||
*/
|
||||
goog.module('Blockly.FieldTextInput');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user