On Sunday, November 20, 2011 12:14:46 PM UTC+1, jogo wrote:
>
> Ok. Finally I've found the sneaky bug.
>
> The code was failing actually later in the code where was another eval
> function referencing the obj variable eval('var title =
> obj.feed.entry[' + i + '].title');
>
Any reason you're not coding this directly in JSNI, without the eval()?
var title = obj.feed.entry[i].title;
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/5oBIPEUxq9UJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.