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

Fixed exception in IframeHandler on postMessage(null, ...) #335

Merged
merged 1 commit into from
Jan 26, 2017

Conversation

xurei
Copy link
Contributor

@xurei xurei commented Jan 26, 2017

Fixes an exception thrown when parent.postMessage(null, domain); is called

@codecov-io
Copy link

Current coverage is 98.82% (diff: 100%)

Merging #335 into master will not change coverage

@@             master       #335   diff @@
==========================================
  Files            30         30          
  Lines          1023       1023          
  Methods         171        171          
  Messages          0          0          
  Branches        167        167          
==========================================
  Hits           1011       1011          
  Misses           12         12          
  Partials          0          0          

Powered by Codecov. Last update 2d0b893...6af4c7c

@glena
Copy link
Contributor

glena commented Jan 26, 2017

Good catch, thx for the contribution

@glena glena merged commit e33f87b into auth0:master Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants