Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 0afc032

Browse files
Fixing isPromise error for Issue #700
1 parent c95f60c commit 0afc032

13 files changed

+13
-8
lines changed

dist/rx.async.compat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
immediateScheduler = Rx.Scheduler.immediate,
4242
timeoutScheduler = Rx.Scheduler['default'],
4343
isScheduler = Rx.Scheduler.isScheduler,
44+
isPromise = Rx.helpers.isPromise,
4445
isFunction = Rx.helpers.isFunction;
4546

4647
var errorObj = {e: {}};

dist/rx.async.compat.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/rx.async.compat.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rx.async.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
immediateScheduler = Rx.Scheduler.immediate,
4242
timeoutScheduler = Rx.Scheduler['default'],
4343
isScheduler = Rx.Scheduler.isScheduler,
44+
isPromise = Rx.helpers.isPromise,
4445
isFunction = Rx.helpers.isFunction;
4546

4647
var errorObj = {e: {}};

0 commit comments

Comments
 (0)