Files
blockly/blocks
Noah Glaser 7c619a1dba Prevent duplicate parameters in functions (#2177)
Prevents the coder from using duplicate parameters names in functions.

In the validator function check for parameter names that have been used. If it finds a block with a name that matches return null so that it will revert the change. Also change the name each time a new parameter is created to try to prevent duplicate name.
2019-01-07 12:44:01 -08:00
..
2018-04-27 11:50:51 -07:00
2018-12-13 10:32:38 -08:00
2018-10-11 13:12:23 -07:00
2018-06-25 12:12:24 -07:00