casbin-hub icon indicating copy to clipboard operation
casbin-hub copied to clipboard

Replace regular JS functions with ES6 arrow functions.

Open ani4aniket opened this issue 5 years ago • 1 comments

ES6 arrow function has a simple syntax. Also, we don't need to bind this for every function within the code if we use the arrow function instead of regular function.

ani4aniket avatar Feb 21 '20 20:02 ani4aniket

Wait, developing.

Wynnfan avatar Mar 23 '20 07:03 Wynnfan