Bug 1586250 - 'Method not implemented' when calling method: [prplIAccount::unInit]. r=florian
This commit is contained in:
Родитель
47852c89a9
Коммит
4f3390ab89
|
@ -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() {}
|
||||
|
|
Загрузка…
Ссылка в новой задаче