forked from ReactiveX/rxjs
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(takeUntil): unsubscribe notifier when it completes
Fix operator takeUntil to automatically unsubscribe the notifier when it completes. This is to conform RxJS Next with RxJS 4. Somewhat related to issue ReactiveX#577.
- Loading branch information
Andre Medeiros
committed
Oct 27, 2015
1 parent
ba997c6
commit ec9505f
Showing
2 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters