Adds 'default' property to SchedulerStatic interface.

**default** is an alias for the, now legacy, **timeout** property on Scheduler.
This commit is contained in:
Ian Riley
2015-07-19 13:25:29 -07:00
parent db475daba2
commit 0a183cdfaf
+1
View File
@@ -150,6 +150,7 @@ declare module Rx {
immediate: IScheduler;
currentThread: ICurrentThreadScheduler;
default: IScheduler; // alias for Scheduler.timeout
timeout: IScheduler;
}