This is correct. Firebug is trying to represent to you that the result is a
string:
"{"apple":"red","lemon":"yellow"}"
is it telling you that the result is the string:
{"apple":"red","lemon":"yellow"}
But Firebug just wraps that in quotes. Think about it; Firebug is just doing
"${string}".
On Sat, Apr 17, 2010 at 11:16 PM, Sanford Whiteman <
[email protected]> wrote:
> > when I use Firebug directly...
>
> Do you mean in a Script ยป Watch? Or on the Console tab? Or...?
>
> -- S.
>
>
>
> --
> Subscription settings:
> http://groups.google.com/group/mootools-users/subscribe?hl=en
>