174bc2b9feea5dcd41ecb60213d2ce600b5d08bf |
|
16-Nov-2010 |
Ryan Grove <ryan@wonko.com> |
Add support for XHR-based sources without using a DataSource.
Like JSONP sources, XHR sources are specified by setting the source
attribute to a URL. Any URL string with a {callback} placeholder will be
treated as a JSONP source; a URL string without a {callback} placeholder
will be treated as an XHR source. |