зеркало из https://github.com/mozilla/pjs.git
More tweaks
This commit is contained in:
Родитель
b24d8aa851
Коммит
adcc8c722c
|
@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
|
|||
PRBool
|
||||
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
||||
{
|
||||
nsAutoString trueString = "true";
|
||||
nsAutoString falseString = "false";
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
||||
{
|
||||
nsAutoString trueString = "true";
|
||||
nsAutoString falseString = "false";
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -99,12 +99,18 @@ nsresult nsXBLEventHandler::MouseOut(nsIDOMEvent* aMouseEvent)
|
|||
PRBool
|
||||
nsXBLEventHandler::KeyEventMatched(nsIDOMKeyEvent* aKeyEvent)
|
||||
{
|
||||
nsAutoString trueString = "true";
|
||||
nsAutoString falseString = "false";
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
PRBool
|
||||
nsXBLEventHandler::MouseEventMatched(nsIDOMUIEvent* aMouseEvent)
|
||||
{
|
||||
nsAutoString trueString = "true";
|
||||
nsAutoString falseString = "false";
|
||||
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче