Skip to content

Commit ca08eed

Browse files
committed
Minor changes.
1 parent b6c83e2 commit ca08eed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/av.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,12 +1509,12 @@
15091509
}
15101510
};
15111511
xdr.onerror = xdr.ontimeout = function() {
1512-
// Let's fake a real error message.
1512+
// Let's fake a real error message.
15131513
var fakeResponse = {
1514-
responseText: JSON.stringify({
1515-
code: AV.Error.X_DOMAIN_REQUEST,
1516-
error: "IE's XDomainRequest does not supply error info."
1517-
})
1514+
responseText: JSON.stringify({
1515+
code: AV.Error.X_DOMAIN_REQUEST,
1516+
error: "IE's XDomainRequest does not supply error info."
1517+
})
15181518
};
15191519
promise.reject(xdr);
15201520
};
@@ -6988,7 +6988,7 @@
69886988
error = new AV.Error(
69896989
AV.Error.OTHER_CAUSE,
69906990
"Cannot sign up or login user by mobilePhoneNumber " +
6991-
"with an empty smsCode.");
6991+
"with an empty smsCode.");
69926992
if (options && options.error) {
69936993
options.error(this, error);
69946994
}

0 commit comments

Comments
 (0)