From: jaubourg Date: Sat, 29 Jan 2011 00:25:27 +0000 (+0100) Subject: Fixes potential collisions between jsonp requests from different jQuery instances... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=b9f2131a9da53fff60549e87428a0efe43f9e80a;hp=b9f2131a9da53fff60549e87428a0efe43f9e80a;p=jquery.git Fixes potential collisions between jsonp requests from different jQuery instances by prefixing the jsonp callback name with the jQuery expando rather than with "jsonp". ---