Skip to content

Commit

Permalink
WidgetBlocks.js port and ESLint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
ricknjacky committed Jan 31, 2021
1 parent e7f6c77 commit 29cb58f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/blocks/WidgetBlocks.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-unused-vars */
/* eslint-disable no-undef */
function setupWidgetBlocks() {
class EnvelopeBlock extends FlowBlock {
constructor() {
Expand Down Expand Up @@ -758,7 +760,7 @@ function setupWidgetBlocks() {
logo.setDispatchBlock(blk, turtle, listenerName);

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

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

0 comments on commit 29cb58f

Please sign in to comment.