Bug 881249 - ERROR highlightBox.get is not a function, r=MarcoZ

This commit is contained in:
Max Li 2013-06-10 10:30:07 -04:00
parent 448c70cf31
commit f906b29a8e

View File

@ -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':