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