Hey,
What do you think about passing the current context to a modifier as the "this" instance instead of the function itself as the context?
I mean replace this with:
return fname.apply(data, paramData)
This will allow more complex custom modifiers that needs more information to return the output.
Do you think it has any downside?
Thanks,
Bnaya
Hey,
What do you think about passing the current context to a modifier as the "this" instance instead of the function itself as the context?
I mean replace this with:
return fname.apply(data, paramData)This will allow more complex custom modifiers that needs more information to return the output.
Do you think it has any downside?
Thanks,
Bnaya