Google news example

This commit is contained in:
YNH Webdev
2013-09-14 17:46:57 +02:00
parent 95f823e7a1
commit 26ec7d94c6
13 changed files with 333 additions and 15 deletions

View File

@@ -16,8 +16,8 @@ feature -- Update event
update
do
if attached on_update_agent as a then
a.call([])
if attached on_update_agent as a then
a.call ([])
end
end