mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
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:
parent
7aedc416f7
commit
a15076382f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user