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 ba0c2ca commit 9095e34Copy full SHA for 9095e34
src/Parse.js
@@ -25,7 +25,7 @@ var Parse = {
25
* You can get your keys from the Data Browser on parse.com.
26
* @method initialize
27
* @param {String} applicationId Your Parse Application ID.
28
- * @param {String} javaScriptKey Your Parse JavaScript Key.
+ * @param {String} javaScriptKey (optional) Your Parse JavaScript Key (Not needed for parse-server)
29
* @param {String} masterKey (optional) Your Parse Master Key. (Node.js only!)
30
* @static
31
*/
0 commit comments