mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix some lint errors
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user