Skip to content

Commit

Permalink
[fix] fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Jun 19, 2012
1 parent 6001c82 commit cbefca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_chat.opa
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function start() {
Server.start(
Server.http,
[ {resources: @static_resource_directory("resources")}
, {register: ["resources/css.css"]}
, {register: {css:["resources/css.css"]}}
, {title: "Chat", page:start }
]
);

0 comments on commit cbefca9

Please sign in to comment.