mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948894 - Fix typos. r=me
This commit is contained in:
parent
fa1315905a
commit
7dca54dd0a
@ -88,7 +88,7 @@ function onLoad(aEvent) {
|
||||
|
||||
let elmts = document.querySelectorAll("[pref]");
|
||||
for (let i = 0; i < elmts.length; i++) {
|
||||
elmts[i]..addEventListener("click", openLink, false));
|
||||
elmts[i].addEventListener("click", openLink, false);
|
||||
}
|
||||
|
||||
navigator.mozApps.mgmt.oninstall = onInstall;
|
||||
|
Loading…
Reference in New Issue
Block a user