http://jsfiddle.net/rpflorence/rtuLn/
No clue what the expected outcome is here, but there it is on jsfiddle. The way you're using item is a property, not an option, I'd get it out of the options. Also, you might not need to couple your objects like this. Instead you can use events. On Feb 22, 2011, at 2:25 PM, Christoph Pojer wrote: > Hello, > > please don't use Options for this as options will be deep-copied. > > Just pass in instances via a separate object or array and don't call > setOptions on it. > > The reason for this is without copying an object (= instance of a class), > cross-referencing it in different places of your app and modifying it would > f'ck up your whole app. I think we should add a note in the docs for this. > Objects and Arrays passed as options always get deep copied :)
