From 2d8a49a676a02e635fc5e712f000b963c724f8a8 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Wed, 19 Mar 2014 16:09:01 +0400 Subject: [PATCH] Added reference of rx-lite.d.ts to rx.binding-lite.d.ts. --- rx.js/rx.binding-lite.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rx.js/rx.binding-lite.d.ts b/rx.js/rx.binding-lite.d.ts index 1ce2b00b97..1e5d95eaf3 100644 --- a/rx.js/rx.binding-lite.d.ts +++ b/rx.js/rx.binding-lite.d.ts @@ -1,6 +1,8 @@ // 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 { }