mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Fix comment and remove extension of the root block for custom procedure editing
This commit is contained in:
parent
762f6e7ae2
commit
6bdaec5453
1 changed files with 2 additions and 2 deletions
|
@ -320,12 +320,12 @@ Blockly.Blocks['argument_reporter_string_number'] = {
|
|||
|
||||
Blockly.Blocks['procedures_mutator_root'] = {
|
||||
/**
|
||||
* Block for calling a procedure with no return value.
|
||||
* The root block in the procedure editing workspace.
|
||||
* @this Blockly.Block
|
||||
*/
|
||||
init: function() {
|
||||
this.jsonInit({
|
||||
"extensions": ["colours_more", "shape_statement", "procedure_call_contextmenu"]
|
||||
"extensions": ["colours_more", "shape_statement"]
|
||||
});
|
||||
this.procCode_ = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue