-
Notifications
You must be signed in to change notification settings - Fork 3k
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
refactor(KitchenSink): remove thisArg from distinctUntilChanged signature #993
Conversation
…ture Remove an obsolete thisArg from the signature of distinctUntilChanged in KitchenSink file. For issue ReactiveX#878.
think commit message need to updated to |
|
Ouch, I didn't notice it was distinctUntilKeyChanged, not distinctUntilChanged. |
I thought it was. |
I reviewed it and I thought it was supposed to be distinctUntilChanged. Confused by the title, I guess. |
Looks correct to me: staltz@7cc3cbd#diff-e14b61d383aecb7508d52902e077098dL11 Is it just the PR title that was wrong? |
: @staltz did also :) |
This comment #993 (comment) is piece pointing implementation of |
Anyway, since this PR's already landed separate PR could be created to close |
Remove an obsolete thisArg from the signature of distinctUntilChanged in KitchenSink file.
For issue #878.