Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a recursive reference to the global object #57

Closed
wants to merge 1 commit into from

Commits on Mar 25, 2016

  1. Add a recursive reference to the global object

    I would like sandbox a module without mocking rxjs out.
    The problem is that it looks on the global object whether it has a recursive property pointing to itself: https://github.com/ReactiveX/rxjs/blob/master/src/util/root.ts#L28
    svi3c committed Mar 25, 2016
    Copy the full SHA
    dde9fbe View commit details
    Browse the repository at this point in the history