зеркало из https://github.com/mozilla/pjs.git
Fix bug 415253 - Reload causes error in hidden Unifinder [Error: unifinderTreeView.clearEvents is not a function] (regression)
This commit is contained in:
Родитель
a5de7bee42
Коммит
3a49d5eb1a
|
@ -115,7 +115,7 @@ var unifinderObserver = {
|
|||
// those operations and refresh as soon as the unifinder is shown
|
||||
// again.
|
||||
gUnifinderNeedsRefresh = true;
|
||||
unifinderTreeView.clearEvents();
|
||||
unifinderTreeView.clearItems();
|
||||
}
|
||||
if (!this.mInBatch) {
|
||||
refreshEventTree();
|
||||
|
|
Загрузка…
Ссылка в новой задаче