Bug 1441284 - Part 7 - Remove the "_ephemeral" property. r=Gijs

The "ephemeral" attribute was not actually used anymore, because it is redundant with the "viewCacheId" attribute.

MozReview-Commit-ID: 6zxf2DmcEfI
This commit is contained in:
Paolo Amadini
2018-02-26 19:50:19 +00:00
parent 18b972b572
commit 47cfc52406
2 changed files with 0 additions and 10 deletions

View File

@@ -410,7 +410,6 @@ const PanelUI = {
multiView.setAttribute("id", "customizationui-widget-multiview");
multiView.setAttribute("viewCacheId", "appMenu-viewCache");
multiView.setAttribute("mainViewId", viewNode.id);
multiView.setAttribute("ephemeral", true);
tempPanel.appendChild(multiView);
viewNode.classList.add("cui-widget-panelview");