Clean up TODOs and move potential variable map to the flyout workspace

This commit is contained in:
Rachel Fenichel
2017-12-07 10:43:12 -08:00
parent 3cecc0f604
commit cc6eeb8c68
6 changed files with 7 additions and 32 deletions

View File

@@ -704,7 +704,7 @@ Blockly.Block.prototype.getVarModels = function() {
/**
* Notification that a variable is renaming.
* TODO (fenichel): consider deleting this.
* TODO (#1498): consider deleting this.
* If the name matches one of this block's variables, rename it.
* @param {string} oldName Previous name of variable.
* @param {string} newName Renamed variable.