Fix comment and remove extension of the root block for custom procedure editing

This commit is contained in:
Rachel Fenichel 2017-10-24 18:04:19 -07:00
parent 762f6e7ae2
commit 6bdaec5453

View file

@ -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_ = '';
}