mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa.
This commit is contained in:
parent
7d800864d1
commit
8a4f03e715
@ -270,7 +270,7 @@ function onSearchStop() {
|
||||
}
|
||||
|
||||
function onResetSearch(event) {
|
||||
onReset();
|
||||
onReset(event);
|
||||
|
||||
var tree = GetThreadTree();
|
||||
tree.treeBoxObject.view = null;
|
||||
|
Loading…
Reference in New Issue
Block a user