Fixed compilation issue for wsf_js_widget package.

This commit is contained in:
2014-10-10 16:06:03 +02:00
parent 2cc751f326
commit 519b959073
3 changed files with 4 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ feature
control.add_class ("container")
create navbar.make_with_brand ("EWF JS WIDGET TEMPLATE")
navbar.add_list_element (create {WSF_BASIC_CONTROL}.make_with_body ("a", "href=%"/%"", "Home"))
create main_control.make ("main_control")
create main_control.make
control.add_control (navbar)
control.add_control (main_control)
end