Y
Hacker News
new
|
ask
|
show
|
jobs
by
iLoch
3353 days ago
hidden `var that;`
`that = this` solved. :)
1 comments
tomjakubowski
3353 days ago
even
that = this; var that;
would work. JavaScript!
link