Skip to content

Commit 81e8c44

Browse files
Olivier Allouchflovilmart
Olivier Allouch
authored andcommitted
Removal of the 'wait=true" comment in destroy (#643)
I couldn't find any trace of this 'wait' option in the code (sdk or server)
1 parent 910f2f4 commit 81e8c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ParseObject.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,6 @@ class ParseObject {
11171117

11181118
/**
11191119
* Destroy this model on the server if it was already persisted.
1120-
* If `wait: true` is passed, waits for the server to respond
1121-
* before removal.
11221120
*
11231121
* @param {Object} options
11241122
* Valid options are:<ul>

0 commit comments

Comments
 (0)