Bug 830842 - Clear Downloads button should appear only for Downloads View. r=mak

This commit is contained in:
Asaf Romano 2013-01-15 21:05:54 +02:00
parent 23fd150afe
commit 32097a219a

View File

@ -1244,6 +1244,7 @@ let ContentArea = {
this._deck = document.getElementById("placesViewsDeck");
this._toolbar = document.getElementById("placesToolbar");
ContentTree.init();
this._setupView();
},
/**