From: David Serduke Date: Fri, 16 Nov 2007 23:54:45 +0000 (+0000) Subject: Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to be repla... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=6853370fbb631a1d40d63c295626b7af6b0c7755;hp=6853370fbb631a1d40d63c295626b7af6b0c7755;p=jquery.git Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to be replaced with String.match(). ---