mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fixed spelling of 'menuItem' as part of bug 101750, r=brade, sr=kin
This commit is contained in:
parent
d953bf2a54
commit
64a1aa9709
@ -1710,7 +1710,7 @@ function InitListMenu()
|
||||
|
||||
// Set "radio" check on one item, but...
|
||||
var menuItem = document.getElementById("menu_"+IDSuffix);
|
||||
if (!menuitem)
|
||||
if (!menuItem)
|
||||
return;
|
||||
|
||||
menuItem.setAttribute("checked", "true");
|
||||
|
Loading…
Reference in New Issue
Block a user