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

Corrected description of remove #90

Closed
wants to merge 1 commit into from
Closed

Conversation

mindplay-dk
Copy link
Contributor

Per closing of #82 this needs to accurately describe how it currently works.

Per closing of #82 this needs to accurately describe how it currently works.
@codecov-io
Copy link

codecov-io commented Jan 9, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #90   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         119    119           
  Branches       38     38           
=====================================
  Hits          119    119

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 08c9b87...9767d8b. Read the comment docs.

@@ -133,7 +133,7 @@ Fired after the element is created and attached to the DOM.

#### `onupdate`

Fired after the element attributes are updated. This event will fire even if the attributes have not changed.
Fired after the existing element is updated. This event does *not* fire with `oncreate`, but *will* fire during element updates, regardless of whether any attributes have actually changed.
Copy link
Owner

Choose a reason for hiding this comment

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

Fired after the existing element is updated. This event will fire even if the attributes have not changed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't understand? You're just quoting the original text?

The point was to clarify the fact that oncreate and onupdate are mutually exclusive.

@jorgebucaran jorgebucaran added the docs You read it here first label Jan 9, 2018
@jorgebucaran jorgebucaran deleted the documentation-fix branch January 9, 2018 16:50
jorgebucaran added a commit that referenced this pull request Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs You read it here first
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants