Skip to content

Commit

Permalink
Merge branch 'master' into daksh4469-master
Browse files Browse the repository at this point in the history
  • Loading branch information
daksh4469 authored Jan 27, 2021
2 parents 5d9a01d + fc0ff8b commit c83a73a
Show file tree
Hide file tree
Showing 2 changed files with 849 additions and 955 deletions.
2 changes: 1 addition & 1 deletion js/blocks/WidgetBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function setupWidgetBlocks() {
logo.setDispatchBlock(blk, turtle, listenerName);

let __listener = function(event) {
logo.temperament.init(logo);
logo.temperament.init();
};

logo.setTurtleListener(turtle, listenerName, __listener);
Expand Down
Loading

0 comments on commit c83a73a

Please sign in to comment.