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'. |