comparison Squawk.lua @ 5:50ef3ed9d0da

typo
author wobin
date Fri, 17 Apr 2009 20:43:20 +1000
parents d1383f2d9b43
children b108025d5deb
comparison
equal deleted inserted replaced
4:d1383f2d9b43 5:50ef3ed9d0da
205 function View:NotifyOfNewFollower(Name) 205 function View:NotifyOfNewFollower(Name)
206 self:Print(Name.." is now following you") 206 self:Print(Name.." is now following you")
207 end 207 end
208 208
209 function View:ShowMeMySquawks() 209 function View:ShowMeMySquawks()
210 for _,squawk from ipairs(Model.Squawks) do 210 for _,squawk in ipairs(Model.Squawks) do
211 self:Print(squawk.Message) 211 self:Print(squawk.Message)
212 end 212 end
213 end 213 end
214 214
215 function View:ShowMeMyFollowers() 215 function View:ShowMeMyFollowers()