Skip to content

Upgrade to jQuery 3.2.1 #15

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

Merged
merged 5 commits into from
May 10, 2018
Merged

Upgrade to jQuery 3.2.1 #15

merged 5 commits into from
May 10, 2018

Conversation

Starzu
Copy link
Contributor

@Starzu Starzu commented May 9, 2018

@Starzu Starzu requested review from malcheg and ddworak May 9, 2018 11:36
@@ -39,7 +39,7 @@ class AnimateView extends FunctionView {
).render

override protected val script = () => {
jQ("#go1").click((_: Element, _: JQueryEvent) => {
jQ("#go1").on("click", (_: Element, _: JQueryEvent) => {
Copy link
Member

@ddworak ddworak May 9, 2018

Choose a reason for hiding this comment

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

Maybe we could provide a typed API with an enum for these event types?

@Starzu Starzu merged commit 9cc0032 into master May 10, 2018
@Starzu Starzu deleted the upgrade branch May 10, 2018 06:26
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