Bug 1586250 - 'Method not implemented' when calling method: [prplIAccount::unInit]. r=florian

This commit is contained in:
Patrick Cloke 2019-10-08 07:54:54 -04:00
Родитель 47852c89a9
Коммит 4f3390ab89
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -47,6 +47,9 @@ FacebookAccount.prototype = {
);
this.reportDisconnected();
},
// Nothing to do.
unInit() {},
};
function FacebookProtocol() {}

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

@ -48,6 +48,9 @@ YahooAccount.prototype = {
);
this.reportDisconnected();
},
// Nothing to do.
unInit() {},
};
function YahooProtocol() {}