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

Fix decodeURIComponent of undefined bug #35

Merged
merged 1 commit into from
May 25, 2016

Conversation

janus-toendering
Copy link
Contributor

decodeURIComponent(undefined) returns 'undefined' which sets
all optional parameters that are not present in the url to the
string value 'undefined'.

decodeURIComponent(undefined) returns string 'undefined' which
in turn sets all optional parameters that are not present in the
url to 'undefined' instead of undefined.
@mridgway mridgway added the ready label May 24, 2016
@yahoocla
Copy link

CLA is valid!

1 similar comment
@yahoocla
Copy link

CLA is valid!

@coveralls
Copy link

coveralls commented May 24, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 3700611 on janus-toendering:master into c4e2e84 on yahoo:master.

@redonkulus
Copy link
Contributor

Seems ok to me 👍

@lingyan
Copy link
Member

lingyan commented May 25, 2016

@gigabo Could you please also help review this? Thanks!

@lingyan
Copy link
Member

lingyan commented May 25, 2016

👍

@gigabo
Copy link
Contributor

gigabo commented May 25, 2016

Makes sense. Nice fix @janus-toendering. 👍

@redonkulus redonkulus merged commit fb2ca1b into yahoo:master May 25, 2016
@redonkulus redonkulus removed the ready label May 25, 2016
@redonkulus
Copy link
Contributor

@janus-toendering thanks!

@redonkulus
Copy link
Contributor

released in version 2.0.1

@janus-toendering
Copy link
Contributor Author

You're welcome. And thank you for routr and friends :-)

@lingyan
Copy link
Member

lingyan commented May 26, 2016

thanks @janus-toendering @gigabo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants