paul, thx it worked.... in the constructor i have a variable called data and i wated to save the result of the request on that variable.
Before, it would not do that because it had not reference to 'this' and when i did this.data it saved elsewhere. now the bind method seems to bind the saveData function with 'this'..... which is throwing me off because it's a method of the Class, and i thought it has access to its members. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mochikit -~----------~----~----~----~------~----~------~--~---
