We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3ebbc commit 19cd953Copy full SHA for 19cd953
src/utils.js
@@ -98,10 +98,13 @@ module.exports = function(AV) {
98
};
99
100
/**
101
- * Call this method first to set up your authentication tokens for LC.
102
- * You can get your keys from the Data Browser on http://leancloud.cn .
103
- * @param {Object} incloud appId, appKey, masterKey
104
- */
+ * Call this method first to set up your authentication tokens for AV.
+ * You can get your keys from the Data Browser on http://leancloud.cn .
+ * @param args initialize options.
+ * @param args.appId application id
105
+ * @param args.appKey application key
106
+ * @param args.masterKey application master key
107
+ */
108
109
AV.init = (...args) => {
110
switch (args.length) {
0 commit comments