Found the bug
Replace in Request.JSONP (for now, committing the fix for the next RC I
guess)

this.fireEvent('complete', data).fireEvent('success', data).callChain();


with

this.fireEvent('complete', [data]).fireEvent('success', [data]).callChain();


Thanks for the useful debug information

On Wed, Mar 11, 2009 at 9:44 AM, alexg <[email protected]> wrote:

>
> I've uploaded it, so you can have a look at it live if this is more
> helpful:
>
> http://web.mac.com/a.gibson/
>
> On Mar 11, 11:39 am, alexg <[email protected]> wrote:
> > Here is a screen grab of the error in Firebug:
> >
> > http://web.mac.com/a.gibson/JSONP_Error_alexg.jpg
> >
> > Thanks
>



-- 
Guillermo Rauch
http://devthought.com

Reply via email to