Skip to content

Commit

Permalink
Merge pull request #2162 from jayphelps/removed
Browse files Browse the repository at this point in the history
fix(distinctKey): Removed accidental leftover reference of `distinctKey`
  • Loading branch information
kwonoj authored Nov 30, 2016
2 parents 128fb9c + 9fd8096 commit bd56b3c
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 bd56b3c

Please sign in to comment.