CodePlexProject Hosting for Open Source Software
In short, arrow functions always (if needed) capture
this
by assigning it to _this temporary:
var _this = this;
I think the compiler should use a different name for the temporary if _this is otherwise in scope.
Are you sure you want to delete this post? You will not be able to recover it later.
Are you sure you want to delete this thread? You will not be able to recover it later.