Adding more type documentation.

This commit is contained in:
Neil Fraser
2015-07-13 15:03:22 -07:00
parent f737b3ea48
commit e0f90e6e33
32 changed files with 75 additions and 67 deletions

View File

@@ -31,7 +31,7 @@ goog.require('Blockly.Generator');
/**
* Dart code generator.
* @type !Blockly.Generator
* @type {!Blockly.Generator}
*/
Blockly.Dart = new Blockly.Generator('Dart');