Fix warnings related to number of arguments passed. (#3270)

This commit is contained in:
Sam El-Husseini
2019-10-17 11:47:30 -05:00
committed by GitHub
parent 526528354f
commit 664cc3d6cd
8 changed files with 16 additions and 13 deletions

View File

@@ -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') {