Fix some lint errors

This commit is contained in:
Rachel Fenichel
2017-02-03 14:01:18 -08:00
parent 1a1646a5c4
commit 4152542c2f
14 changed files with 27 additions and 28 deletions

View File

@@ -27,6 +27,6 @@
/**
* A mapping of block type names to block prototype objects.
* @name Blockly.Blocks
* @type {!Object<string,Object>}
* @type {!Object<string,Object>}
*/
goog.provide('Blockly.Blocks');