Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels