Skip to content
Snippets Groups Projects

Issue #3130107: Extend unit test coverage for LanguageNegotiationContentEntity

Open Stefanos Petrakis requested to merge issue/drupal-3130107:3130107-add-unit-test into 10.1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 1bdc3ca3
    Issue #3304267 by donquixote, nod_: Mark {Drupal~behaviorDetach} as optional in jsdoc · 1bdc3ca3
    Dave Long authored
+ 1
1
@@ -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.
*/
Loading