hello
I've a class that initiates a second class with a callback function -
the class that gets called has the following event:
this.fireEvent('callback', someItems);if I check the type of someItems before the callback, it's an array with 15 items when I check what I get back in the callee class, it's an object with only the first item??? Could anybody please tell me what I'm missing here? thank you in advance for your help.
