Fix defaults() to always be static.
Review Request #13517 — Created Feb. 1, 2024 and submitted — Latest diff uploaded
We had a number of classes where
defaults
was not properly defined as
static
. This broke when updating to the newerspina
that fixes
prototypeAttrs
inheritance.
- Ran js-tests.
- Audited the codebase for this and other inherited attributes that
needed to be static.