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 upRemove use of window object in Date and Time native modules. #320
Conversation
ajhager
referenced this pull request
Aug 1, 2015
Closed
Add support for running and importing compiled elm programs from node #318
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
evancz
Aug 2, 2015
Member
Great, thank you!
In past versions of native modules, I think there was some clash between our Date and JavaScript's Date but I guess that is resolved now.
|
Great, thank you! In past versions of native modules, I think there was some clash between our |
pushed a commit
that referenced
this pull request
Aug 2, 2015
evancz
merged commit c309005
into
elm:master
Aug 2, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ajhager commentedAug 1, 2015
Fixes elm-lang/elm-repl#70 by changing a few instances of
new window.Datetonew Date.