Restructure callbacks

This commit is contained in:
YNH Webdev
2013-09-22 18:30:48 +02:00
parent f360e8a867
commit 3a9ede6e8c
10 changed files with 2023 additions and 722 deletions

View File

@@ -135,7 +135,7 @@ feature -- Execution
local
f: WSF_FILE_RESPONSE
do
create f.make_html (name)
create f.make (name)
response.send (f)
end