This repository was archived by the owner on Aug 23, 2018. It is now read-only.
Commit 4902842
Justin Holguin
Allow
Previously, attempting to start elm-repl for a module that depends on
Navigation would fail because `document` was undefined. This commit uses
a dummy (empty object) value for the offending reference, preventing a
crash.document to be undefined for REPL support1 parent a539ec5 commit 4902842
File tree
1 file changed
+1
-1
lines changed- src/Native
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments