зеркало из https://github.com/mozilla/gecko-dev.git
Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa.
This commit is contained in:
Родитель
7d800864d1
Коммит
8a4f03e715
|
@ -270,7 +270,7 @@ function onSearchStop() {
|
|||
}
|
||||
|
||||
function onResetSearch(event) {
|
||||
onReset();
|
||||
onReset(event);
|
||||
|
||||
var tree = GetThreadTree();
|
||||
tree.treeBoxObject.view = null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче