mirror of
https://github.com/google/blockly.git
synced 2026-06-11 13:45:14 +02:00
fix(docs): fix typo in workspace reference (#9943)
Fix typo in method call `workpace.getProcedureMap()` to `workspace`.
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ Blockly.Blocks['my_procedure_def'] = {
|
||||
|
||||
// Insertion markers reference the model of the original block.
|
||||
if (this.isInsertionMarker()) return;
|
||||
this.workpace.getProcedureMap().delete(model.getId());
|
||||
this.workspace.getProcedureMap().delete(model.getId());
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user