[Moo] Re: Hash with MooTools & Nodej

2010-10-09 Thread Christoph Pojer
:) On Oct 9, 12:08 pm, Andrea Dessì wrote: > Ahhh :) > > okok I just needed the keys() function :) > > so I'll do: > > var pippo = { "a": 1, "b": 2}; > var myArrayKeys = Object.keys(pippo); > > wonderful. > > Thank You so much Chris. > -- > Andrea > > On Sat, Oct 9, 2010 at 11:59, Christoph P

Re: [Moo] Re: Hash with MooTools & Nodej

2010-10-09 Thread Andrea Dessì
Ahhh :) okok I just needed the keys() function :) so I'll do: var pippo = { "a": 1, "b": 2}; var myArrayKeys = Object.keys(pippo); wonderful. Thank You so much Chris. -- Andrea On Sat, Oct 9, 2010 at 11:59, Christoph Pojer wrote: > Note that Hash is not present in a build of MooTools Co

[Moo] Re: Hash with MooTools & Nodej

2010-10-09 Thread Christoph Pojer
Note that Hash is not present in a build of MooTools Core 1.3 without 1.2compat. This means you will have to include Hash from MooTools More (we moved it, only the compat build in Core has it). Just use normal objects from now on. We put all important methods on "Object" itself. Like Object.getValu