From f0946ebcda4f0f311d71ad46831fbaac95695351 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Sun, 2 Feb 2014 13:42:57 +0400 Subject: [PATCH] rx.js: updated to version 2.2.13 --- rx.js/rx.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rx.js/rx.d.ts b/rx.js/rx.d.ts index f055452e3..949baa68e 100644 --- a/rx.js/rx.d.ts +++ b/rx.js/rx.d.ts @@ -1,4 +1,4 @@ -// Type definitions for RxJS +// Type definitions for RxJS v2.2.13 // Project: http://rx.codeplex.com/ // Definitions by: gsino // Revision by: Igor Oleinikov @@ -167,7 +167,6 @@ declare module Rx { // Current Thread IScheduler interface ICurrentThreadScheduler extends IScheduler { scheduleRequired(): boolean; - ensureTrampoline(action: () =>IDisposable): IDisposable; } // Notifications