Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function calls changed to arrow functions #3007

Closed
wants to merge 2 commits into from

Conversation

johubertj
Copy link

Changed function calls to arrow functions
ticket #2629

@@ -231,7 +231,7 @@ function MusicKeyboard(activity) {
}
};

const __keyboarddown = function (event) {
const __keyboarddown = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing event arg

@walterbender
Copy link
Member

Sorry I didn't see this PR earlier. Did you test it? I think there are some issues with using arrow functions in some situations.

@walterbender
Copy link
Member

Sorry I didn't see this PR earlier. Did you test it?
It might be better to consider making a musickeyboard class instead.

Copy link

github-actions bot commented Mar 8, 2024

This pull request has been open for more than 60 days without any activity. It will be closed in 3 days unless the stale label is removed or commented on.

@github-actions github-actions bot added the Stale label Mar 8, 2024
Copy link

Closed pull request due to inactivity for more than 63 days.

@github-actions github-actions bot closed this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants