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

String comparison with 'undefined' in _chain #35

Open
SimplyLinn opened this issue Jan 16, 2017 · 0 comments
Open

String comparison with 'undefined' in _chain #35

SimplyLinn opened this issue Jan 16, 2017 · 0 comments

Comments

@SimplyLinn
Copy link

SimplyLinn commented Jan 16, 2017

return data[name] === 'undefined' ? null : data[name];
should be
return data[name] === undefined ? null : data[name];

Preparing a PR. Just creating the issue to have something to refer to when submitting PR

[Ugh, removed HTML-tags that stripped styling of the bountyplugin]


Want to back this issue? Post a bounty on it!
We accept bounties via Bountysource.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41010509-string-comparison-with-undefined-in-_chain?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).
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

No branches or pull requests

1 participant