rx.js: updated to version 2.2.13

This commit is contained in:
Igor Oleinikov
2014-02-02 13:42:57 +04:00
parent 12058a9447
commit f0946ebcda
+1 -2
View File
@@ -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