mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Added More Procedure Unit Tests (#2630)
* Added more procedure unit tests. * Cleanup from rebase. * Cleanup.
This commit is contained in:
committed by
alschmiedt
parent
ec34698c53
commit
093467aed1
@@ -483,6 +483,9 @@ Blockly.Blocks['procedures_mutatorcontainer'] = {
|
||||
this.setTooltip(Blockly.Msg['PROCEDURES_MUTATORCONTAINER_TOOLTIP']);
|
||||
this.contextMenu = false;
|
||||
},
|
||||
|
||||
// TODO: Move this to a validator on the arg blocks, that way it can be
|
||||
// tested.
|
||||
/**
|
||||
* This will create & delete variables and in dialogs workspace to ensure
|
||||
* that when a new block is dragged out it will have a unique parameter name.
|
||||
|
||||
Reference in New Issue
Block a user