From: jaubourg Date: Mon, 31 Jan 2011 17:53:44 +0000 (+0100) Subject: Makes sure jsonp callback is not left in the global namespace in case of an early... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=f286a716d5e5836b8508eb5771624de0aafdb235;hp=f286a716d5e5836b8508eb5771624de0aafdb235;p=jquery.git Makes sure jsonp callback is not left in the global namespace in case of an early abort (beforeSend). Unit test added. ---