File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -848,8 +848,7 @@ export default class ParseObject {
848
848
849
849
/**
850
850
* 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.
853
852
*
854
853
* @method fetch
855
854
* @param {Object } options A Backbone-style callback object.
@@ -982,7 +981,6 @@ export default class ParseObject {
982
981
983
982
/**
984
983
* Destroy this model on the server if it was already persisted.
985
- * Optimistically removes the model from its collection, if it has one.
986
984
* If `wait: true` is passed, waits for the server to respond
987
985
* before removal.
988
986
*
@@ -1107,7 +1105,6 @@ export default class ParseObject {
1107
1105
1108
1106
/**
1109
1107
* 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.
1111
1108
*
1112
1109
* <p>Unlike saveAll, if an error occurs while deleting an individual model,
1113
1110
* this method will continue trying to delete the rest of the models if
You can’t perform that action at this time.
0 commit comments