Saving scope
Saving scope
I had to move my code from a Revealing Module Pattern to a Revealing Prototype Pattern but now my this pointer is more difficult to deal with. I need to get a local var after a call back to the server to use in my fnRender method but now my this object points to my function, not my class. Is there a way I can pass the this object to dataTable so I can get it back during the fnRender method?
thx
Ralph
thx
Ralph
This discussion has been closed.
Replies
Allan