Embed static assets with go-bindata

This commit is contained in:
khlieng 2015-04-22 22:58:20 +02:00
parent 883ff2b081
commit 891f7b2f10
3 changed files with 599 additions and 2 deletions

View file

@ -32,6 +32,6 @@ var routes = (
</Route>
);
Router.run(routes, Router.HistoryLocation, function(Handler) {
Router.run(routes, Router.HistoryLocation, (Handler) => {
React.render(<Handler />, document.body);
});