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

make EmitterBuilder extend AttrBuilder #672

Merged
merged 4 commits into from
Jan 10, 2023
Merged

Conversation

cornerman
Copy link
Member

This allows assigning a function to an emitter like:
onClick := { event =>
console.log(event)
}

This allows assigning a function to an emitter like:
onClick := { event =>
  console.log(event)
}
@fdietze
Copy link
Member

fdietze commented Dec 9, 2022

This change should come with a test for future compatibility.

@cornerman cornerman enabled auto-merge (squash) January 10, 2023 00:44
@cornerman cornerman merged commit d93220f into master Jan 10, 2023
@cornerman cornerman deleted the emitterbuilder-attrbuilder branch January 10, 2023 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants