Removed clear, contains from CompositeDisposable.

This commit is contained in:
Igor Oleinikov
2014-10-07 09:52:47 -07:00
parent 0e70c031b0
commit 0f296af962
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -76,8 +76,6 @@ declare module Rx {
dispose(): void;
add(item: IDisposable): void;
remove(item: IDisposable): boolean;
clear(): void;
contains(item: IDisposable): boolean;
toArray(): IDisposable[];
}
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for RxJS-BackPressure v2.2.28
// Type definitions for RxJS-BackPressure v2.3.12
// Project: http://rx.codeplex.com/
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped