debois/elm-mdl

bug, there is a missing parentesis in generated javascript

Opened this issue · 3 comments

the generated javascript contain this block
var _debois$elm_mdl$Material_Layout$waterfall = function (_p19) {...}).call(this);
as you can see the brace just before the .call is never opened.

Wouldn't this be an Elm bug as elm-mdl has no javascript?

I can't seem to reproduce this. It's a pretty big problem, since that would prevent the whole app from running, right?

Can you pointpoint any particular Elm code that you've written that causes this to be generated? Can you post the full, generated JS code?