зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1065477 - Bind FxAccountsProfileClientError to global this for B2G. r=ferjm
This commit is contained in:
Родитель
fcea22c7d2
Коммит
46408a7e60
|
@ -151,7 +151,7 @@ this.FxAccountsProfileClient.prototype = {
|
|||
* Error message
|
||||
* @constructor
|
||||
*/
|
||||
var FxAccountsProfileClientError = function (details) {
|
||||
this.FxAccountsProfileClientError = function(details) {
|
||||
details = details || {};
|
||||
|
||||
this.name = "FxAccountsProfileClientError";
|
||||
|
|
Загрузка…
Ссылка в новой задаче