Fix type tags and todo placement.

This commit is contained in:
marisaleung
2017-08-03 12:05:17 -07:00
parent f3fa660c41
commit 5f21a43caf
5 changed files with 9 additions and 7 deletions

View File

@@ -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_ = {};