Skip to content

Commit

Permalink
removed doReport until #14 is implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
bromagosa committed Jan 22, 2016
1 parent 75aec6d commit 6e4d3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified dev/.objects.js.swp
Binary file not shown.
4 changes: 2 additions & 2 deletions dev/objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1174,11 +1174,11 @@ BoardMorph.prototype.blockTemplates = function (category) {
blocks.push('-');
blocks.push(block('doIf'));
blocks.push(block('doIfElse'));
blocks.push('-');
blocks.push(block('doReport'));
// Not yet implemented
/*
blocks.push('-');
blocks.push(block('doReport'));
blocks.push('-');
blocks.push(block('doStopThis'));
blocks.push(block('doStopOthers'));
blocks.push('-');
Expand Down

0 comments on commit 6e4d3be

Please sign in to comment.