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

Add event listeners in favor of overloading attributes #80

Merged
merged 1 commit into from
Mar 10, 2018

Conversation

codingjoe
Copy link
Owner

Overloading the onsubmit or onclick attribute and collide with
other libraries that might do the same mistake. In this case
the last executed script would overwrite the privious listener.

Overloading the onsubmit or onclick attribute and collide with
other libraries that might do the same mistake. In this case
the last executed script would overwrite the privious listener.
@codecov
Copy link

codecov bot commented Mar 10, 2018

Codecov Report

Merging #80 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #80   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          74     74           
=====================================
  Hits           74     74

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 495cf93...67de50d. Read the comment docs.

@codingjoe codingjoe merged commit 3a3d3bc into master Mar 10, 2018
@codingjoe codingjoe deleted the fix/listeners branch March 10, 2018 12:09
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.

1 participant