Skip to content

Commit b6c83e2

Browse files
committed
Fixed api doc
1 parent 10aba76 commit b6c83e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/av.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6963,7 +6963,8 @@
69636963
* @param {Object} options A Backbone-style options object.
69646964
* @return {AV.Promise} A promise that is fulfilled when the signup
69656965
* finishes.
6966-
* @see AV.User.signUp
6966+
* @see AV.User.signUpOrlogInWithMobilePhone
6967+
* @see AV.Cloud.requestSmsCode
69676968
*/
69686969
signUpOrlogInWithMobilePhone: function(attrs, options) {
69696970
var error;
@@ -7347,7 +7348,7 @@
73477348
* @return {AV.Promise} A promise that is fulfilled with the user when
73487349
* the login completes.
73497350
* @see AV.User#signUpOrlogInWithMobilePhone
7350-
* @see AV.Cloud#requestSmsCode
7351+
* @see AV.Cloud.requestSmsCode
73517352
*/
73527353
signUpOrlogInWithMobilePhone: function(mobilePhoneNumber, smsCode, attrs, options) {
73537354
attrs = attrs || {};

0 commit comments

Comments
 (0)