Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 997a0597
    Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake, catch: Define... · 997a0597
    Alex Pott authored
    Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake, catch: Define missing object properties on non-testing classes for PHP 8.2
@@ -28,7 +28,7 @@ class ManyToOneHelper {
*
* @var bool
*/
public $formula = FALSE;
public bool $formula = FALSE;
/**
* The handler.
Loading