Message fixes and lint

This commit is contained in:
Rachel Fenichel
2016-11-08 16:16:02 -08:00
parent b30b60e8d1
commit 406fe8c26a
2 changed files with 6 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ Blockly.dragMode_ = Blockly.DRAG_NONE;
/**
* Map from function names to callbacks, for deciding what to do when a button
* is clicked.
* @type {!Object<string, function(!Blockly.FlyoutButton)}
* @type {!Object<string, function(!Blockly.FlyoutButton)>}
*/
Blockly.flyoutButtonCallbacks_ = {};