Skip to content

Commit 9095e34

Browse files
committed
Modify docblock for initialize()
1 parent ba0c2ca commit 9095e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var Parse = {
2525
* You can get your keys from the Data Browser on parse.com.
2626
* @method initialize
2727
* @param {String} applicationId Your Parse Application ID.
28-
* @param {String} javaScriptKey Your Parse JavaScript Key.
28+
* @param {String} javaScriptKey (optional) Your Parse JavaScript Key (Not needed for parse-server)
2929
* @param {String} masterKey (optional) Your Parse Master Key. (Node.js only!)
3030
* @static
3131
*/

0 commit comments

Comments
 (0)