Skip to content

Commit 2b46868

Browse files
committed
Merge pull request #24 from danrobinson/comment_fixes
Fix outdated comments
2 parents 2da6148 + edaa378 commit 2b46868

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/ParseObject.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -848,8 +848,7 @@ export default class ParseObject {
848848

849849
/**
850850
* Fetch the model from the server. If the server's representation of the
851-
* model differs from its current attributes, they will be overriden,
852-
* triggering a <code>"change"</code> event.
851+
* model differs from its current attributes, they will be overriden.
853852
*
854853
* @method fetch
855854
* @param {Object} options A Backbone-style callback object.
@@ -982,7 +981,6 @@ export default class ParseObject {
982981

983982
/**
984983
* Destroy this model on the server if it was already persisted.
985-
* Optimistically removes the model from its collection, if it has one.
986984
* If `wait: true` is passed, waits for the server to respond
987985
* before removal.
988986
*
@@ -1107,7 +1105,6 @@ export default class ParseObject {
11071105

11081106
/**
11091107
* Destroy the given list of models on the server if it was already persisted.
1110-
* Optimistically removes each model from its collection, if it has one.
11111108
*
11121109
* <p>Unlike saveAll, if an error occurs while deleting an individual model,
11131110
* this method will continue trying to delete the rest of the models if

0 commit comments

Comments
 (0)