mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fix types in lists_split block.
This commit is contained in:
@@ -369,6 +369,7 @@ Blockly.Blocks['math_on_list'] = {
|
||||
},
|
||||
/**
|
||||
* Modify this block to have the correct output type.
|
||||
* @param {string} newOp Either 'MODE' or some op than returns a number.
|
||||
* @private
|
||||
* @this Blockly.Block
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user