mirror of
https://github.com/google/blockly.git
synced 2026-03-09 14:50:09 +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