I've been getting started with elm using the environment described here https://boonofcode.svbtle.com/setting-up-an-atom-elm-dev-environment I have an index.html as below, but am getting -
TypeError: Elm.fullscreen is not a function Any idea what I need to change ? <!DOCTYPE html> > <html> > <head> > <meta charset="utf-8"> > <title>My App</title> > <link rel="stylesheet" href="css/style.min.css"> > </head> > <body> > <script src="gen/main.js"></script> > <script> > Elm.fullscreen(Elm.Main); > </script> > </body> > </html> > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
