Loading core/misc/drupal.js +4 −4 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * * @callback Drupal~behaviorAttach * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * An element to detach behaviors from. * @param {?object} settings * An object containing settings for the current context. It is rarely used. Loading @@ -84,7 +84,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * * @callback Drupal~behaviorDetach * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * An element to attach behaviors to. * @param {object} settings * An object containing settings for the current context. Loading Loading @@ -143,7 +143,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * } * }; * * @param {HTMLDocument|HTMLElement} [context=document] * @param {Document|HTMLElement} [context=document] * An element to attach behaviors to. * @param {object} [settings=drupalSettings] * An object containing settings for the current context. If none is given, Loading Loading @@ -183,7 +183,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * implementation, i.e. `once.remove('behaviorName', selector, context)`, * to ensure the behavior is detached only from previously processed elements. * * @param {HTMLDocument|HTMLElement} [context=document] * @param {Document|HTMLElement} [context=document] * An element to detach behaviors from. * @param {object} [settings=drupalSettings] * An object containing settings for the current context. If none given, Loading core/modules/block/js/block.js +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ /** * Create a summary for checkboxes in the provided context. * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * A context where one would find checkboxes to summarize. * * @return {string} Loading Loading
core/misc/drupal.js +4 −4 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * * @callback Drupal~behaviorAttach * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * An element to detach behaviors from. * @param {?object} settings * An object containing settings for the current context. It is rarely used. Loading @@ -84,7 +84,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * * @callback Drupal~behaviorDetach * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * An element to attach behaviors to. * @param {object} settings * An object containing settings for the current context. Loading Loading @@ -143,7 +143,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * } * }; * * @param {HTMLDocument|HTMLElement} [context=document] * @param {Document|HTMLElement} [context=document] * An element to attach behaviors to. * @param {object} [settings=drupalSettings] * An object containing settings for the current context. If none is given, Loading Loading @@ -183,7 +183,7 @@ window.Drupal = { behaviors: {}, locale: {} }; * implementation, i.e. `once.remove('behaviorName', selector, context)`, * to ensure the behavior is detached only from previously processed elements. * * @param {HTMLDocument|HTMLElement} [context=document] * @param {Document|HTMLElement} [context=document] * An element to detach behaviors from. * @param {object} [settings=drupalSettings] * An object containing settings for the current context. If none given, Loading
core/modules/block/js/block.js +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ /** * Create a summary for checkboxes in the provided context. * * @param {HTMLDocument|HTMLElement} context * @param {Document|HTMLElement} context * A context where one would find checkboxes to summarize. * * @return {string} Loading