Skip to content

Commit

Permalink
fixup! feat(forEach): deprecating passing promise constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jul 30, 2018
1 parent 5178ab9 commit 3437239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/Observable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { TeardownLogic, OperatorFunction, PartialObserver, Subscribable } from '
import { toSubscriber } from './util/toSubscriber';
import { iif } from './observable/iif';
import { throwError } from './observable/throwError';
import { observable as Symbol_observable } from '../internal/symbol/observable';
import { observable as Symbol_observable } from './symbol/observable';
import { pipeFromArray } from './util/pipe';
import { config } from './config';
import { isSubscription } from 'rxjs/internal/util/isSubscription';
import { isSubscription } from './util/isSubscription';

/**
* A representation of any set of values over any amount of time. This is the most basic building block
Expand Down

0 comments on commit 3437239

Please sign in to comment.