querystring: remove `name` from `stringify()`
authorYorkie <l900422@vip.qq.com>
Sat, 28 Dec 2013 12:59:57 +0000 (20:59 +0800)
committerTrevor Norris <trev.norris@gmail.com>
Mon, 30 Dec 2013 19:41:37 +0000 (11:41 -0800)
commit8d3bc88bbe3c0690f433a97c1df33fca099f18be
tree3ac4f73fe31450f2d28e64efce760afb30a9489e
parent96dffb12177570a1311e97df501142e56b606c02
querystring: remove `name` from `stringify()`

QueryString.stringify() allowed a fourth argument that was used as a
conditional in the return value, but was undocumented, not used by core
and always was always false/undefiend. So the argument and conditional
have been removed.

Signed-off-by: Trevor Norris <trev.norris@gmail.com>
lib/querystring.js
test/simple/test-querystring.js