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
Родитель 3a50cb6afb
Коммит 01c8aaecc5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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