You are reading a single comment by @Alex and its replies. Click here to read the full conversation.
  • Hi Gordon, thanks for the reply! I'm dynamically constructing a function that is passed to an object. That object will then be free to call the function with it's own this. The reason why I dont simply use apply in the object (which will work too ofcourse) is that our current backend binds the this of the object to the function beforehand so the input files are already finalized.
    I'll try to see if your example works for me! Thank you so much :)

About

Avatar for Alex @Alex started