On Tue, Sep 23, 2008 at 6:59 AM, Jean-Baptiste BRIAUD - Novlog <
[EMAIL PROTECTED]> wrote:
> Hi,
>
> I simply used the debug function on a object.
>var e = ...
>this.debug(e);
>
> Here is the result :
> [object Object],[object Object]
>
> What does that mean, I'm lost ?
> Is it an
Jean-Baptiste BRIAUD - Novlog a écrit :
> Hi,
>
> I simply used the debug function on a object.
> var e = ...
> this.debug(e);
>
> Here is the result :
> [object Object],[object Object]
>
> What does that mean, I'm lost ?
> Is it an array, a map, ... ?
>
> Is there some introspectio
Hi,
I simply used the debug function on a object.
var e = ...
this.debug(e);
Here is the result :
[object Object],[object Object]
What does that mean, I'm lost ?
Is it an array, a map, ... ?
Is there some introspection function I could use to know more about
that variable ?
T