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

do not use isset to check for variables that might not exist #23

Merged
merged 1 commit into from Nov 6, 2018

Conversation

thealjey
Copy link

@thealjey thealjey commented Nov 6, 2018

isset cannot be used for variables that might not exist
because that results in a fatal error (e.g. isset(document) on Node.js)

@thealjey thealjey mentioned this pull request Nov 6, 2018
@xobotyi
Copy link
Owner

xobotyi commented Nov 6, 2018

sometimes I hate JS so much %)
ty for fix.

@xobotyi xobotyi merged commit 8e07fe7 into xobotyi:master Nov 6, 2018
@thealjey
Copy link
Author

thealjey commented Nov 7, 2018

@xobotyi when can I expect this to be published?

@xobotyi
Copy link
Owner

xobotyi commented Nov 7, 2018

I guess today

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.

None yet

2 participants