flake8
passed.
JSHint
passed.
Review Request #13550 — Created Feb. 18, 2024 and submitted
When first designing Spina, we made
onRender()
andonInitialRender()
public methods, when they really should have been protected methods,
discouraging any use outside of subclasses.This changes them to protected. As this is an interface change, we'll be
making this release 3.0 instead of 2.1. That's a better fit for some of
the other changes introduced in this release anyway. A future change
will formalize the version bump.
Unit tests pass.
Summary | ID |
---|---|
2542e6bc7c5755ddc749c2a73bbc857f1edd5449 |