[Proto-Scripty] weird issue with .each and objects

2010-10-10 Thread Steven Albarracin
/* Basically I'm trying the pass an array of objects and pass them into the Test class, but it only seems to be passing in the last object in the array... */ // class to store the id, first, last name Test = Class.create({ options:{}, initialize:function(count,obj){

[Proto-Scripty] Re: weird issue with .each and objects

2010-10-10 Thread Steven Albarracin
/ com www / crowder software / com On Oct 10, 4:25 am, Steven Albarracin stevenalbarra...@gmail.com wrote: /* Basically I'm trying the pass an array of objects and pass them into the Test class, but it only seems to be passing in the last object in the array... */ // class to store