From 019e4dd6670790793f2ca721f61ba4923e61bf2d Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Sat, 26 Oct 2013 14:56:18 +0400 Subject: [PATCH] Removed Comparer from ix.d.ts (alreadu defined in l2o.d.ts) --- ix.js/ix.d.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ix.js/ix.d.ts b/ix.js/ix.d.ts index 2a598dde70..d138b007d5 100644 --- a/ix.js/ix.d.ts +++ b/ix.js/ix.d.ts @@ -6,10 +6,6 @@ declare module Ix { - export interface Comparer { - (item1: T1, item2: T2): number; - } - export interface Observer { onNext? (value: T): void; onError? (error: Error): void; @@ -113,4 +109,4 @@ declare module Ix { for(source: Enumerable, resultSelector: EnumerableFunc): Enumerable; forIn(source: Enumerable, resultSelector: EnumerableFunc): Enumerable; } -} \ No newline at end of file +}