Commit 178337f
committed
Add hack for supporting help in Firefox
The Firefox console includes a function aliases as `help`. This
alias is read-only, and, thus, the REPL `help()` function is not
available. As a workaround, we need to use another alias. The
least painful solution seemed to be adding an underscore prefix,
even though is not optimal. Browsers. *sigh*1 parent ec700f3 commit 178337f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments