[Proto-Scripty] Re: Instance methods and stopObserve

2011-10-06 Thread kstubs
T.J. Had to think outside the box on that one, I didn't know you could first: create the event listener event, then second: pass it in as the method argument for observe. That's a good one! Thanks for the help on this. Karl.. -- You received this message because you are subscribed to the

[Proto-Scripty] Re: Instance methods and stopObserve

2011-10-04 Thread T.J. Crowder
Hi, Two things: 1. It's `stopObserving`[1], not `stopObserve`. So that's kind of going to be an issue right there. ;-) The error should be showing up in the error console. 2. If you pass a function reference into `stopObserving` in order to tell it to stop using that particular function, it has