Skip to content

Commit

Permalink
Fix linting problems and format code
Browse files Browse the repository at this point in the history
  • Loading branch information
meganindya committed Jan 26, 2021
1 parent 5d1a342 commit 2eb218d
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 520 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 2eb218d

Please sign in to comment.