rx.js renamed to rx.

This commit is contained in:
Igor Oleinikov
2014-07-21 18:11:26 -07:00
parent 70b0bfebde
commit 3a92e77193
21 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// Type definitions for RxJS-Binding v2.2.28
// Project: http://rx.codeplex.com/
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.binding-lite.d.ts" />
declare module "rx.binding" {
export = Rx;
}