File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 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 {
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
You can’t perform that action at this time.
0 commit comments