Verified Commit d8e5547d authored by Dave Long's avatar Dave Long
Browse files

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

(cherry picked from commit ec986180)
parent f6b1dde1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
   */