Backed out changeset 86ac3a19e456 (bug 1118806) for mochitest-dt failures.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-01-09 11:18:46 -05:00
Родитель f82bd1466b
Коммит 93ece15acd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -81,7 +81,7 @@ this.StorageUI = function StorageUI(front, target, panelWin) {
this.front.listStores().then(storageTypes => {
this.populateStorageTree(storageTypes);
}).catch(Cu.reportError);
});
this.onUpdate = this.onUpdate.bind(this);
this.front.on("stores-update", this.onUpdate);