mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Clean up TODOs and move potential variable map to the flyout workspace
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user