mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
Fix warnings related to number of arguments passed. (#3270)
This commit is contained in:
@@ -942,7 +942,7 @@ Blockly.Blocks['procedures_callnoreturn'] = {
|
||||
var def = Blockly.Procedures.getDefinition(name, this.workspace);
|
||||
if (!def) {
|
||||
Blockly.Events.setGroup(event.group);
|
||||
this.dispose(true, false);
|
||||
this.dispose(true);
|
||||
Blockly.Events.setGroup(false);
|
||||
}
|
||||
} else if (event.type == Blockly.Events.CHANGE && event.element == 'disabled') {
|
||||
|
||||
Reference in New Issue
Block a user