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? :(

Reply via email to