mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Reenabled parameter case tests.
This commit is contained in:
@@ -331,7 +331,7 @@ Blockly.Blocks['procedures_defnoreturn'] = {
|
||||
displayRenamedVar_: function(oldName, newName) {
|
||||
this.updateParams_();
|
||||
// Update the mutator's variables if the mutator is open.
|
||||
if (this.mutator.isVisible()) {
|
||||
if (this.mutator && this.mutator.isVisible()) {
|
||||
var blocks = this.mutator.workspace_.getAllBlocks(false);
|
||||
for (var i = 0, block; block = blocks[i]; i++) {
|
||||
if (block.type == 'procedures_mutatorarg' &&
|
||||
|
||||
Reference in New Issue
Block a user