From 096eaefcbcb84d91f34e05241de7100ddc21a48d Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Thu, 3 Apr 2014 18:47:32 +0400 Subject: [PATCH] RxJS: added references of rx-lite.d.ts --- rx.js/rx.async-lite.d.ts | 2 ++ rx.js/rx.backpressure-lite.d.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rx.js/rx.async-lite.d.ts b/rx.js/rx.async-lite.d.ts index 1b5bafd98..ce0f96778 100644 --- a/rx.js/rx.async-lite.d.ts +++ b/rx.js/rx.async-lite.d.ts @@ -1,6 +1,8 @@ // This file contains common part of defintions for rx.async.d.ts and rx.lite.d.ts // Do not include the file separately. +/// + declare module Rx { interface ObservableStatic { /** diff --git a/rx.js/rx.backpressure-lite.d.ts b/rx.js/rx.backpressure-lite.d.ts index 52ff18225..3cc78f6ca 100644 --- a/rx.js/rx.backpressure-lite.d.ts +++ b/rx.js/rx.backpressure-lite.d.ts @@ -1,6 +1,8 @@ // This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts // Do not include the file separately. +/// + declare module Rx { export interface Observable { /**