Coerce s.url to string before calling replace, since replace is also a method of...
authorColin Snover <github.com@zetafleet.com>
Wed, 17 Nov 2010 06:59:24 +0000 (00:59 -0600)
committerColin Snover <github.com@zetafleet.com>
Wed, 17 Nov 2010 06:59:24 +0000 (00:59 -0600)
commit2a0c7d702b83a6b2e40eb79a5d6ea94d74f3090d
tree42bb3ac925fa39198b24a051ee75e0e2d31ee2ff
parent0838bdf52cf9f27ebc2bbee74fd7170e2d854c11
Coerce s.url to string before calling replace, since replace is also a method of a Location object. Fixes #7531.
src/ajax.js
test/unit/ajax.js