OK working on my first Moo-tools class and I am running into some snags. May be the long week eating at my brain may be I just missed something simple:D
You can find the fiddle here http://jsfiddle.net/5GXZJ/ My problem is passing back data from one function to another. In this case from the geocodeAddress function to the LocateAddress one. If you click on the padlock icon it should attempt to geocode my city. Then pass back the Lat/Lng and display it on screen as well as in the log. In the log you should see Ray, Peter and, Egon. Egon collects the Lat/Lng and writes it to the console , he should pass that onto Ray who would in turn give it to Peter. Needless to say Egon is a stingy sob and does not do this. Thanks in advance and sorry for any mess in the code you may stumble on.
