mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 839890 - Fix for typo at line 391 in gDevTools.jsm; r=paul
This commit is contained in:
parent
41aee0b8ec
commit
41b5a9f04d
@ -388,7 +388,7 @@ let gDevToolsBrowser = {
|
||||
doc.getElementById("mainCommandSet").appendChild(elements.cmd);
|
||||
|
||||
if (elements.key) {
|
||||
this.attachKeybindingsToBrowser(doc, elements.keys);
|
||||
this.attachKeybindingsToBrowser(doc, elements.key);
|
||||
}
|
||||
|
||||
doc.getElementById("mainBroadcasterSet").appendChild(elements.bc);
|
||||
|
Loading…
Reference in New Issue
Block a user