[Proto-Scripty] Re: Passing context

2010-12-26 Thread kstubs
This works by the way: document.observe('MeetQuery:lookup_scores', function(event) { _msoRSess.appear($('SCORES').down('div.grid table')); }); I'm confused, since this is similar, minus the bindAsEventListener. -- You received this message because you are subscribed to the Google Groups "P

[Proto-Scripty] Re: Passing context

2010-12-26 Thread kstubs
T.J. I've moved on from this but shall return. I'm having a similar problem with bindAsEventListener, I have the following: document.observe('MeetQuery:lookup_scores', _msoRSess.appear.bindAsEventListener(_msoRSess, $('SCORES').down.bind('div.grid table')); Where the 2nd argument in the