RxJS: fixed references

This commit is contained in:
Igor Oleinikov
2014-04-03 18:36:55 +04:00
parent 82f2b025da
commit ba4f75d1f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
///<reference path="rx-lite.ts"/>
///<reference path="rx-lite.d.ts"/>
declare module Rx {
export interface BehaviorSubject<T> extends Subject<T> {
+1 -1
View File
@@ -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.
///<reference path="rx-lite.ts" />
///<reference path="rx-lite.d.ts" />
declare module Rx {
export interface TimeInterval<T> {