Skip to content

Commit

Permalink
Slight adjustments for new Server.start
Browse files Browse the repository at this point in the history
  • Loading branch information
akoprow committed Dec 3, 2011
1 parent 1a6bd21 commit f913470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hello_wiki_rest.opa
Expand Up @@ -79,7 +79,7 @@ function start(url) {
} }


Server.start(Server.http, Server.start(Server.http,
[ {bundle: @static_include_directory("resources")} [ {resources: @static_include_directory("resources")}
, {dispatch: start} , {dispatch: start}
] ]
) )
Expand Down
2 changes: 1 addition & 1 deletion hello_wiki_rest_client.opa
Expand Up @@ -107,7 +107,7 @@ function start(url) {
} }


Server.start(Server.http, Server.start(Server.http,
[ {bundle: @static_include_directory("resources")} [ {resources: @static_include_directory("resources")}
, {dispatch: start} , {dispatch: start}
] ]
) )
2 changes: 1 addition & 1 deletion hello_wiki_rest_client_customizable.opa
Expand Up @@ -122,7 +122,7 @@ function start(url) {
} }


Server.start(Server.http, Server.start(Server.http,
[ {bundle: @static_include_directory("resources")} [ {resources: @static_include_directory("resources")}
, {dispatch: start} , {dispatch: start}
] ]
) )

0 comments on commit f913470

Please sign in to comment.