mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Message fixes and lint
This commit is contained in:
@@ -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_ = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user