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

fix(distinctKey): Removed accidental leftover reference of distinctKey #2162

Merged
merged 1 commit into from
Nov 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/decision-tree-widget/tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ children:
- label: emitted just before the current value
children:
- label: distinctUntilKeyChanged
- label: emitted some time in the past
children:
- label: distinctKey
- label: that occur too frequently
children:
- label: by emitting the first value in each time window
Expand Down
10 changes: 0 additions & 10 deletions src/add/operator/distinctKey.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/operator/filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function filter<T, S extends T>(this: Observable<T>,
* clicksOnDivs.subscribe(x => console.log(x));
*
* @see {@link distinct}
* @see {@link distinctKey}
* @see {@link distinctUntilChanged}
* @see {@link distinctUntilKeyChanged}
* @see {@link ignoreElements}
Expand Down