mirror of
https://github.com/google/blockly.git
synced 2026-01-14 04:17:10 +01:00
Adding more type documentation.
This commit is contained in:
@@ -31,7 +31,7 @@ goog.require('Blockly.Generator');
|
||||
|
||||
/**
|
||||
* JavaScript code generator.
|
||||
* @type !Blockly.Generator
|
||||
* @type {!Blockly.Generator}
|
||||
*/
|
||||
Blockly.JavaScript = new Blockly.Generator('JavaScript');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user