From ba4f75d1f78765477a8efe4044b5a7d253fa7b75 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Thu, 3 Apr 2014 18:36:55 +0400 Subject: [PATCH] RxJS: fixed references --- rx.js/rx.binding-lite.d.ts | 2 +- rx.js/rx.time-lite.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rx.js/rx.binding-lite.d.ts b/rx.js/rx.binding-lite.d.ts index fa1098368..1e5d95eaf 100644 --- a/rx.js/rx.binding-lite.d.ts +++ b/rx.js/rx.binding-lite.d.ts @@ -1,7 +1,7 @@ // 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 { diff --git a/rx.js/rx.time-lite.d.ts b/rx.js/rx.time-lite.d.ts index b79275fe4..736d872e8 100644 --- a/rx.js/rx.time-lite.d.ts +++ b/rx.js/rx.time-lite.d.ts @@ -1,7 +1,7 @@ // This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts // Do not include the file separately. -/// +/// declare module Rx { export interface TimeInterval {