File tree Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Expand file tree Collapse file tree 5 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ import CoreManager from './CoreManager';
48
48
* having happened.
49
49
* @param {Object } dimensions The dictionary of information by which to
50
50
* segment this event.
51
- * @param {Object } options
52
51
* @return {Promise } A promise that is resolved when the round-trip
53
52
* to the server completes.
54
53
*/
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ export function run(
63
63
* Gets data for the current set of cloud jobs.
64
64
* @method getJobsData
65
65
* @name Parse.Cloud.getJobsData
66
- * @param {Object } options
67
66
* @return {Promise } A promise that will be resolved with the result
68
67
* of the function.
69
68
*/
@@ -80,7 +79,6 @@ export function getJobsData(): Promise {
80
79
* @name Parse.Cloud.startJob
81
80
* @param {String } name The function name.
82
81
* @param {Object } data The parameters to send to the cloud function.
83
- * @param {Object } options
84
82
* @return {Promise } A promise that will be resolved with the result
85
83
* of the function.
86
84
*/
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ class ParseConfig {
73
73
/**
74
74
* Gets a new configuration object from the server.
75
75
* @static
76
- * @param {Object } options
77
76
* @return {Promise } A promise that is resolved with a newly-created
78
77
* configuration object when the get completes.
79
78
*/
Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ class ParseGeoPoint {
193
193
/**
194
194
* Creates a GeoPoint with the user's current location, if available.
195
195
* Calls options.success with a new GeoPoint instance or calls options.error.
196
-
197
- * @param {Object } options An object with success and error callbacks.
198
196
* @static
199
197
*/
200
198
static current ( ) {
Original file line number Diff line number Diff line change @@ -199,15 +199,6 @@ class ParseSchema {
199
199
/**
200
200
* Removes all objects from a Schema (class) in Parse.
201
201
* EXERCISE CAUTION, running this will delete all objects for this schema and cannot be reversed
202
- *
203
- * @param {Object } options
204
- * Valid options are:<ul>
205
- * <li>useMasterKey: In Cloud Code and Node only, causes the Master Key to
206
- * be used for this request.
207
- * <li>sessionToken: A valid session token, used for making a request on
208
- * behalf of a specific user.
209
- * </ul>
210
- *
211
202
* @return {Promise } A promise that is resolved with the result when
212
203
* the query completes.
213
204
*/
You can’t perform that action at this time.
0 commit comments