mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix type tags and todo placement.
This commit is contained in:
@@ -35,10 +35,10 @@ goog.provide('Blockly.VariableMap');
|
||||
*/
|
||||
Blockly.VariableMap = function(workspace) {
|
||||
/**
|
||||
* @type {!Object<string, !Array.<Blockly.VariableModel>>}
|
||||
* A map from variable type to list of variable names. The lists contain all
|
||||
* of the named variables in the workspace, including variables
|
||||
* that are not currently in use.
|
||||
* @type {!Object<string, !Array.<Blockly.VariableModel>>}
|
||||
* @private
|
||||
*/
|
||||
this.variableMap_ = {};
|
||||
|
||||
Reference in New Issue
Block a user