pass javascript function as paremeter with THIS in the implementation – bind and apply don’t work
I’m trying to create a library that allows the user to pass a custom function.
This custom function has to be able to use the properties of the parent object, which holds references determined at another time.