Cross Reference: /yui3/src/jsonp/base.properties
History log of /yui3/src/jsonp/base.properties
Revision Date Author Comments + Modified files
9b7a02e2742bfa28250fb9c71fb520e1ddc150eb 26-Feb-2011 Luke Smith <lsmith@yahoo-inc.com>

prevent call of success/failure handlers if timeout Fixes #2529997

24b0aad4d7f3ed9a476539339da94510813aa39f 23-Aug-2010 Luke Smith <lsmith@yahoo-inc.com>

remove jsonp-url from jsonp. Killing the rollup of jsonp-base and jsonp-url. Most use cases will be served by passing a function as a parameter. It's a rare case that the callback must be named in the url and the developer doesn't have control of this. If such is the case, they can use('jsonp-url') for the functionality. Otherwise, the majority gets the simpler module name 'jsonp'.

e7eae9b3ca0194e8c08f10b485269a2cdb28b450 01-Jul-2010 Luke Smith <lsmith@yahoo-inc.com>

Simplify url callback parsing, Extract to submod. Split into jsonp-base and jsonp-url. Base does simple, single level name resolution for callback-in-url parsing (callback=foo, or callback=Y.foo). Nested parsing moved to jsonp-url (callback=foo.bar["baz"]).