SteveEisner
3 Nov 2006, 2:28 PM
I'm sure this is easy but I'm not able to find an answer -
what's the proper way to scope a function parameter such that the current scope stays?
for instance:
getEl('x').toggle(true, 0.3, this.relayout);
such that the scope when executing this.relayout is still /this/?
Thanks,
Steve
what's the proper way to scope a function parameter such that the current scope stays?
for instance:
getEl('x').toggle(true, 0.3, this.relayout);
such that the scope when executing this.relayout is still /this/?
Thanks,
Steve