Merge pull request #4981 from ttowncompiled/rx

Adds 'default' property to SchedulerStatic interface.
This commit is contained in:
Masahiro Wakame
2015-07-20 15:53:07 +09:00
+1
View File
@@ -150,6 +150,7 @@ declare module Rx {
immediate: IScheduler;
currentThread: ICurrentThreadScheduler;
default: IScheduler; // alias for Scheduler.timeout
timeout: IScheduler;
}