From 26c2234eadc47354adfdb7793641bb2bb6a5ff80 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 16 Jun 2025 11:22:10 +0300 Subject: [PATCH] docs --- client/src/model.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/model.js b/client/src/model.js index fdb4675664..2e2aef4baa 100644 --- a/client/src/model.js +++ b/client/src/model.js @@ -602,7 +602,8 @@ class Model { /** * Delete the record in the backend. * - * @param {{wait?: boolean} & Object.} [options] Options. + * @param {{wait?: boolean} & Object.} [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.