-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Added undefined property to global scope #501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #501 +/- ##
==========================================
+ Coverage 67.48% 67.62% +0.14%
==========================================
Files 162 165 +3
Lines 9869 9887 +18
==========================================
+ Hits 6660 6686 +26
+ Misses 3209 3201 -8
Continue to review full report at Codecov.
|
I've made some changes on how The actual JS error ( There are some other places where |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking pretty good :) check the comments, it's almost ready!
I've done the replacement. So you can merge if everything else is OK. Not really sure why there exists the |
For a log time we only had the So we added them in #419 to make it easier, we can use the Here we decided to add them: #419 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect to me :)
Please merge #488 first. Only the last commit is actually for this feature.
Should close #481 when completed