Fix types in lists_split block.

This commit is contained in:
Neil Fraser
2015-07-28 13:00:03 -07:00
parent be70863b07
commit 8d87f73f45
5 changed files with 43 additions and 12 deletions

View File

@@ -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
*/