function () { ... } is the definition of an anonymous function. Like a
lambda in python.On 1/25/07, Markm <[EMAIL PROTECTED]> wrote: > > Hi Uwe > I am just begining here ... do you mind if I see that your complete (I > mean your controller and defs) code? For eg, I did not understand this > piece of code: > > xhr.onreadystatechange = function() > > What is this function() ?? > > I'm fighting with the same problem and it'll be very useful if I could > learn with you! > > Thanks in advance. > Marcus > > > On 5 jan, 22:48, Uwe Feldtmann <[EMAIL PROTECTED]> wrote: > > Robert Leftwich wrote:..snip> That should be *onreadystatechange* not > > onreadystatechage, i.e. there > > > is a missing n in change.Isn't peer programming wonderful. Thanks Robert. > > I've been looking at that code all day and just couldn't see the typo. > > New glasses needed perhaps. > > > > It's all working now thanks. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
