Fixed spelling of 'menuItem' as part of bug 101750, r=brade, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-10-10 04:47:44 +00:00
parent d953bf2a54
commit 64a1aa9709

View File

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