From 4800dc38a784a92edb6b9f0f724941f4332be2a7 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Wed, 19 Mar 2014 16:20:39 +0400 Subject: [PATCH] Fixed reference in rx.binding-lite.ts --- rx.js/rx.binding-lite.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/rx.js/rx.binding-lite.ts b/rx.js/rx.binding-lite.ts index 1e5d95eaf..1ce2b00b9 100644 --- a/rx.js/rx.binding-lite.ts +++ b/rx.js/rx.binding-lite.ts @@ -1,8 +1,6 @@ // This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts // Do not include the file separately. -/// - declare module Rx { export interface BehaviorSubject extends Subject { }