Ticket #3598: jquery.diff
File jquery.diff, 567 bytes (added by , 14 years ago) |
---|
-
jquery.js
old new 2880 2880 xml = type == "xml" || !type && ct && ct.indexOf("xml") >= 0, 2881 2881 data = xml ? xhr.responseXML : xhr.responseText; 2882 2882 2883 if ( xml && !data.documentElement && xhr.responseStream ) 2884 try { data.load( xhr.responseStream ); } catch(e){} 2885 2883 2886 if ( xml && data.documentElement.tagName == "parsererror" ) 2884 2887 throw "parsererror"; 2885 2888 2886 2889 // Allow a pre-filtering function to sanitize the response 2887 2890 if( filter ) 2888 2891 data = filter( data, type );