Skip to content

Commit

Permalink
refactor(Rx): re-add nextTick
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Dec 8, 2015
1 parent 1ddf116 commit ef83066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Rx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ import {EmptyError} from './util/EmptyError';
import {ArgumentOutOfRangeError} from './util/ArgumentOutOfRangeError';
import {ObjectUnsubscribedError} from './util/ObjectUnsubscribedError';
import {immediate} from './scheduler/immediate';
import {nextTick} from './scheduler/nextTick';
import {NextTickScheduler} from './scheduler/NextTickScheduler';
import {ImmediateScheduler} from './scheduler/ImmediateScheduler';
/* tslint:enable:no-unused-variable */
Expand Down

0 comments on commit ef83066

Please sign in to comment.