diff --git a/Go.elm b/Go.elm index 3642b19..71bea75 100644 --- a/Go.elm +++ b/Go.elm @@ -46,4 +46,4 @@ subscriptions : Model -> Sub Msg subscriptions m = WebSocket.listen m.sessionUrl Update -main = Html.program { init = initDummy, update = update, subscriptions = subscriptions, view = view } +main = Html.programWithFlags { init = init, update = update, subscriptions = subscriptions, view = view }