зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
edb928db18
Коммит
d6bbe3df49
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче