mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-12 05:59:06 -04:00
Typo in a deprecated variable's value (#1228)
Misspelled variable name, should be Blockly.PROCEDURE_CATEGORY_NAME.
This commit is contained in:
parent
85c73cd501
commit
c85106a920
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ goog.require('Blockly.Workspace');
|
|||
* when running generators.
|
||||
* @deprecated Use Blockly.PROCEDURE_CATEGORY_NAME
|
||||
*/
|
||||
Blockly.Procedures.NAME_TYPE = Blockly.PROCEDURE_CATEOGORY_NAME;
|
||||
Blockly.Procedures.NAME_TYPE = Blockly.PROCEDURE_CATEGORY_NAME;
|
||||
|
||||
/**
|
||||
* Find all user-created procedure definitions in a workspace.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue