Skip to content

Commit

Permalink
Lint and add JSDoc
Browse files Browse the repository at this point in the history
Widgetblocks.js modification for logo

Linting finishes for temprament

JSDoc styling comments

Typo in JSDoc
  • Loading branch information
ricknjacky authored and meganindya committed Jan 26, 2021
1 parent 01c9699 commit 7c91e70
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 442 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 7c91e70

Please sign in to comment.