You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2019. It is now read-only.
Use arrow functions to set 'this' context for a function.
With arrow functions it it not necessary to use sth. like 'var self = this' because 'this' is automatically set to the surrounding scope of the function.
0 commit comments