mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
rx.js: updated to version 2.2.13
This commit is contained in:
Vendored
+1
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for RxJS
|
||||
// Type definitions for RxJS v2.2.13
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>
|
||||
// Revision by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
@@ -167,7 +167,6 @@ declare module Rx {
|
||||
// Current Thread IScheduler
|
||||
interface ICurrentThreadScheduler extends IScheduler {
|
||||
scheduleRequired(): boolean;
|
||||
ensureTrampoline(action: () =>IDisposable): IDisposable;
|
||||
}
|
||||
|
||||
// Notifications
|
||||
|
||||
Reference in New Issue
Block a user