From: jaubourg Date: Thu, 20 Jan 2011 03:12:15 +0000 (+0100) Subject: Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=64e1cdbb95b8bbefbc9dec70ae30e0714a549619;hp=64e1cdbb95b8bbefbc9dec70ae30e0714a549619;p=jquery.git Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes chainability of ajaxSetup, ajaxPrefilter and ajaxTransport. Also makes sure context is handled properly by ajaxSetup (unit test added). ---