Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upTextures example from Elm website doesn't work #230
Comments
alexiamcdonald
referenced this issue
Jun 12, 2015
Merged
Pass redo value through to setFillStyle #274
evancz
closed this
in
#274
Jun 15, 2015
jvoigtlaender
referenced this issue
Aug 14, 2015
Closed
Uncaught ReferenceError: redo is not defined #347
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
hblumberg
Sep 21, 2015
Seems like this might be an issue again: http://elm-lang.org/examples/texture
hblumberg
commented
Sep 21, 2015
|
Seems like this might be an issue again: http://elm-lang.org/examples/texture |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jvoigtlaender
Sep 21, 2015
Contributor
No, not an issue again, but an issue still, in the sense that it will only be fixed on the site http://elm-lang.org when the next version of https://github.com/elm-lang/core/ has been released and is used for compiling the website.
So the fix exists and has been merged, but does not yet take effect in the deployed website.
|
No, not an issue again, but an issue still, in the sense that it will only be fixed on the site http://elm-lang.org when the next version of https://github.com/elm-lang/core/ has been released and is used for compiling the website. So the fix exists and has been merged, but does not yet take effect in the deployed website. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
hblumberg
commented
Sep 21, 2015
|
Oh, I'm sorry, I misunderstood! Thanks for your quick response. |
leonardoborges commentedApr 29, 2015
The example is as follows:
Nothing is rendered and the Javascript console reports the error:
Uncaught ReferenceError: redo is not definedOffending snippet taken from
Collage.js:I'm using Elm 0.15.