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

Adding documentation for missing observe methods #79

Merged
merged 4 commits into from
Apr 26, 2019

Conversation

Mattchewone
Copy link
Contributor

@Mattchewone Mattchewone commented Apr 25, 2019

Adding documentation to missing array, function and object methods.

@Mattchewone Mattchewone changed the title Adding documentation for observe array methods Adding documentation for missing observe methods Apr 25, 2019
@Mattchewone Mattchewone self-assigned this Apr 25, 2019
@Mattchewone
Copy link
Contributor Author

Screenshot 2019-04-25 at 21 14 24

Screenshot 2019-04-25 at 21 14 27

Screenshot 2019-04-25 at 21 14 30

Screenshot 2019-04-25 at 21 14 33

Screenshot 2019-04-25 at 21 14 36

Screenshot 2019-04-25 at 21 14 45

Screenshot 2019-04-25 at 21 14 49

Screenshot 2019-04-25 at 21 14 53

Screenshot 2019-04-25 at 21 15 00

Screenshot 2019-04-25 at 21 15 03

Screenshot 2019-04-25 at 21 15 05

Screenshot 2019-04-25 at 21 15 07

Screenshot 2019-04-25 at 21 15 11

Screenshot 2019-04-25 at 21 15 13

Screenshot 2019-04-25 at 21 15 16

Screenshot 2019-04-25 at 21 15 18

doc/array/pop.md Outdated Show resolved Hide resolved
doc/array/reverse.md Outdated Show resolved Hide resolved
doc/array/reverse.md Outdated Show resolved Hide resolved

## Events

`reverse` causes _length_ events to be fired.
Copy link
Member

Choose a reason for hiding this comment

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

Is this right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I tested this for all methods. Length get's fired as the items are removed and re-added which is what get's shown in the event.

doc/array/shift.md Outdated Show resolved Hide resolved
doc/array/sort.md Outdated Show resolved Hide resolved
doc/array/sort.md Outdated Show resolved Hide resolved

## Events

`sort` causes _length_ events to be fired.
Copy link
Member

Choose a reason for hiding this comment

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

Is this right?

doc/array/splice.md Outdated Show resolved Hide resolved
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.

None yet

2 participants