Issue #3304267 by donquixote, nod_: Mark {Drupal~behaviorDetach} as optional in jsdoc

merge-requests/3006/head
Dave Long 2022-11-22 14:00:51 +00:00
parent c4a3b2558d
commit ec98618034
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ window.Drupal = { behaviors: {}, locale: {} };
*
* @prop {Drupal~behaviorAttach} attach
* Function run on page load and after an Ajax call.
* @prop {Drupal~behaviorDetach} detach
* @prop {Drupal~behaviorDetach} [detach]
* Function run when content is serialized or removed from the page.
*/