Commit b8fa83c
committed
Correct a misspelled property in the contents page script
The last branch of `initialize()` tested `navigator.appnName`, which
does not exist and would have thrown had it been reached. It is not
reached in practice, since every current browser reports `appName` as
"Netscape" and the first branch always wins, but the check was wrong
just the same.1 parent ff4528b commit b8fa83c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments