X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Ftransports%2Fjsonp.js;h=f16b394bac43c39149f48229268bb85199f4ea43;hp=a685bb19699b54b2167959c176fc2a953920f666;hb=f7ed2aca562620f9424b1667170352e798e99ef3;hpb=00fb8a9ad61eb6d13e6f6c7c668caa66074f05d1 diff --git a/src/transports/jsonp.js b/src/transports/jsonp.js index a685bb1..f16b394 100644 --- a/src/transports/jsonp.js +++ b/src/transports/jsonp.js @@ -14,7 +14,7 @@ jQuery.ajaxSettings.jsonpCallback = function() { // 2) sneakily ensure transportDataType is json // 3) ensure options jsonp is always provided so that jsonp requests are always // json request with the jsonp option set -jQuery.xhr.prefilter("json jsonp", function(s) { +jQuery.ajax.prefilter("json jsonp", function(s) { var transportDataType = s.dataTypes[ 0 ];