mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
fix: Refer to correct replacement method in deprecation warning. (#9237)
This commit is contained in:
@@ -469,7 +469,7 @@ export class Workspace {
|
||||
'Blockly.Workspace.getVariableUsesById',
|
||||
'v12',
|
||||
'v13',
|
||||
'Blockly.Workspace.getVariableMap().getVariableUsesById',
|
||||
'Blockly.Variables.getVariableUsesById',
|
||||
);
|
||||
return getVariableUsesById(this, id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user