Commit c9aec2b7 authored by Jeremiah Senkpiel's avatar Jeremiah Senkpiel
Browse files

querystring: fix broken stringifyPrimitive

stringifyPrimitive has always failed to stringify numbers since its
introduction in 422d3c93. This went uncaught due to encodeURIComponent's
string coercion.

Fixes: https://github.com/iojs/io.js/issues/1208
PR-URL: https://github.com/iojs/io.js/pull/1213


Reviewed-By: default avatarRod Vagg <rod@vagg.org>
Reviewed-By: default avatarBrian White <mscdex@mscdex.net>
parent a89f5c21
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment