RxJS: *-lite.ts renamed to *-lite.d.ts (to contribute with package)

This commit is contained in:
Igor Oleinikov
2014-04-03 18:19:48 +04:00
parent df7c80574e
commit 82f2b025da
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.binding-lite.ts" />
///<reference path="rx.binding-lite.d.ts" />
declare module Rx {
export interface Observable<T> {