Skip to content

Commit

Permalink
fix(rx): add hack to export global until better global build exists
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed May 26, 2015
1 parent 0441dea commit 1a543b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rx.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from './observable/observable';
import {Observable} from './observable/observable';
//TODO: remove this hack once we have a better global bundling solution
(<any>window).Observable = Observable;

0 comments on commit 1a543b0

Please sign in to comment.