Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to be repla...
authorDavid Serduke <davidserduke@gmail.com>
Fri, 16 Nov 2007 23:54:45 +0000 (23:54 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Fri, 16 Nov 2007 23:54:45 +0000 (23:54 +0000)
commit6853370fbb631a1d40d63c295626b7af6b0c7755
tree444417da765d12f3dd0349905a23c3acbedf24d4
parente2ef3df86d5f54274bf2b779d882c30aa0886bfe
Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to be replaced with String.match().
src/ajax.js