Fix typo from Bug 366992(globalOverlay.js uses bogus controller algorithm). patch by Mark Banner <bugzilla@standard8.demon.co.uk>, r=gavin.

This commit is contained in:
mozilla.mano%sent.com 2007-03-04 21:35:03 +00:00
Родитель edb928db18
Коммит d6bbe3df49
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -135,7 +135,7 @@ function goSetAccessKey(aCommand, aValueAttribute)
// this function is used to inform all the controllers attached to a node that an event has occurred
// (e.g. the tree controllers need to be informed of blur events so that they can change some of the
// menu items back to their default values)
function goOnEvent(node, aEvent)
function goOnEvent(aNode, aEvent)
{
var numControllers = aNode.controllers.getControllerCount();
var controller;