The this keyword in inline functions

I just spent about half an hour trying to figure out why the inline function I used as a parameter for callLater wasn’t being executed properly (not even when I tried setTimeout instead).
After this short timespan of mental agony someone pointed out to me that I had to leave out the this keyword of my [...]