Bug 839890 - Fix for typo at line 391 in gDevTools.jsm; r=paul

This commit is contained in:
Girish Sharma 2013-02-10 22:10:37 +05:30
parent 41aee0b8ec
commit 41b5a9f04d

View File

@ -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);