зеркало из https://github.com/mozilla/pjs.git
Updating the event handler code for XBL.
This commit is contained in:
Родитель
bf4b22d019
Коммит
fa2f9ec8a5
|
@ -424,6 +424,9 @@ nsXBLBinding::InstallEventHandlers(nsIContent* aBoundElement)
|
|||
}
|
||||
}
|
||||
|
||||
if (mNextBinding)
|
||||
mNextBinding->InstallEventHandlers(aBoundElement);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -424,6 +424,9 @@ nsXBLBinding::InstallEventHandlers(nsIContent* aBoundElement)
|
|||
}
|
||||
}
|
||||
|
||||
if (mNextBinding)
|
||||
mNextBinding->InstallEventHandlers(aBoundElement);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче