Fixes potential collisions between jsonp requests from different jQuery instances...
authorjaubourg <j@ubourg.net>
Sat, 29 Jan 2011 00:25:27 +0000 (01:25 +0100)
committerjaubourg <j@ubourg.net>
Sat, 29 Jan 2011 00:25:27 +0000 (01:25 +0100)
commitb9f2131a9da53fff60549e87428a0efe43f9e80a
tree3be6718157037b22e340dcc4278debfb5b7df66e
parent0a0cff9d29c4bd559da689d96c532d06c03fce09
Fixes potential collisions between jsonp requests from different jQuery instances by prefixing the jsonp callback name with the jQuery expando rather than with "jsonp".
src/ajax/jsonp.js