Yes, the function gets called, but the context is wrong. Like I said, JavaScript does not have bound methods. You can't write the code that you wrote and expect it to work. Well, you could, but you'd be disappointed.
http://bob.pythonmac.org/archives/2005/07/06/this-sucks-in-javascript/ -bob On 10/27/06, rutherford <[EMAIL PROTECTED]> wrote: > > if I put an alert() inside sortableManager.tableUpdater(), it gets > called every 5 secs, so it is working. It is the > sortableManger.loadFromURL() line that is not doing anything at the > moment. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
