No no ok. It's maybe a firebug bug, because even if it doesn't show the prop, the prop in fact has the value. All fine.
Bye On 4 Feb, 08:50, stratboy <[email protected]> wrote: > Hi, > > this.images = this.image_box.getElements('img'); > this.images.each(function(image){ > console.log(image) //ok, gives me the <img> > console.log({ img:image }) //ops, gives { img= } > },this); > > So, what's going on? It seems I cant assign image to the img propery. > > What am I doing wrong? :(
