File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 } ;
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 }
You can’t perform that action at this time.
0 commit comments