This commit is contained in:
Yuri Kuznetsov
2025-06-16 11:22:10 +03:00
parent 8cfc2321d1
commit 26c2234ead
+2 -1
View File
@@ -602,7 +602,8 @@ class Model {
/**
* Delete the record in the backend.
*
* @param {{wait?: boolean} & Object.<string, *>} [options] Options.
* @param {{wait?: boolean} & Object.<string, *>} [options] Options. If `wait`, unsubscribing and
* removal from the collection will wait for a successful response.
* @returns {Promise}
* @fires Model#sync
* @copyright Credits to Backbone.js.