RxJS: added references of rx-lite.d.ts

This commit is contained in:
Igor Oleinikov
2014-04-03 18:47:32 +04:00
parent ba4f75d1f7
commit 096eaefcbc
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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.
///<reference path="rx-lite.d.ts"/>
declare module Rx {
interface ObservableStatic {
/**
+2
View File
@@ -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.
///<reference path="rx-lite.d.ts"/>
declare module Rx {
export interface Observable<T> {
/**