Skip to content

Commit

Permalink
Rebuilt as latest version, no significant changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Aug 10, 2020
1 parent 9bd222c commit 0bf7aa9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
21 changes: 10 additions & 11 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/block_mirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -6908,9 +6908,9 @@ Blockly.Blocks['ast_FunctionDef'] = {

if (this.getInput('RETURNS')) {
containerBlock.setFieldValue(this.hasReturn_ ? 'TRUE' : 'FALSE', 'RETURNS');
} else {} // TODO: set up "canReturns" for lambda mode
//containerBlock.getField('RETURNS').setVisible(false);
// Set up parameters
} else {// TODO: set up "canReturns" for lambda mode
//containerBlock.getField('RETURNS').setVisible(false);
} // Set up parameters


var connection = containerBlock.getInput('STACK').connection;
Expand Down

0 comments on commit 0bf7aa9

Please sign in to comment.