Skip to content

Commit

Permalink
fix(distinctKey): Removed accidental leftover reference of distinctKey
Browse files Browse the repository at this point in the history
`distinctKey` was removed in the previous version but we accidentally
left some files and references to it, which can cause build failures for
TS users.

fixes ReactiveX#2161
  • Loading branch information
jayphelps committed Nov 30, 2016
1 parent f51b8f9 commit 9fd8096
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
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

0 comments on commit 9fd8096

Please sign in to comment.