зеркало из https://github.com/mozilla/gecko-dev.git
Bug 881249 - ERROR highlightBox.get is not a function, r=MarcoZ
This commit is contained in:
Родитель
fbef29b7e6
Коммит
a822d6ba32
|
@ -412,7 +412,7 @@ var Output = {
|
|||
{
|
||||
let highlightBox = this.highlightBox ? this.highlightBox.get() : null;
|
||||
if (highlightBox)
|
||||
highlightBox.get().style.display = 'none';
|
||||
highlightBox.style.display = 'none';
|
||||
break;
|
||||
}
|
||||
case 'showAnnouncement':
|
||||
|
|
Загрузка…
Ссылка в новой задаче