On Fri, Feb 4, 2011 at 9:50 AM, 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? :(



press the object to browse it. Whenever displaying objects, firebug will
only show property names for complex types on the console IMO. when you
click on the object it will open the object browser

-- 
Arieh Glazer
אריה גלזר
052-5348-561
http://www.arieh.co.il
http://www.link-wd.co.il

Reply via email to