From 72ab7b498ae39b2cece7d0365f7011f2b380dc03 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Tue, 15 Jul 2014 12:41:50 -0700 Subject: [PATCH] Added AMD named module export definition for `rx.jquery`. --- rx.js/rx.jquery.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rx.js/rx.jquery.d.ts b/rx.js/rx.jquery.d.ts index 75202142e8..ace0c50713 100644 --- a/rx.js/rx.jquery.d.ts +++ b/rx.js/rx.jquery.d.ts @@ -60,3 +60,7 @@ interface JQuery { slideToggleAsObservable(duration: number): Rx.Observable; toggleAsObservable(duration: number): Rx.Observable; } + +declare module "rx.jquery" { + export = Rx; +} \ No newline at end of file