From cbb91a0428dddc56154c9644e2424d7850839d73 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Fri, 29 Mar 2024 12:36:02 -0600 Subject: [PATCH] doc https://github.com/phetsims/faradays-electromagnetic-lab/issues/146 --- js/common/FELQueryParameters.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/common/FELQueryParameters.ts b/js/common/FELQueryParameters.ts index 6b62d0bb..82a9cbf5 100644 --- a/js/common/FELQueryParameters.ts +++ b/js/common/FELQueryParameters.ts @@ -62,8 +62,8 @@ const SCHEMA_MAP = { // Debugging tool, puts a yellow dot (small circle) where the center of each needle should be in the B-field // visualization. If the dots are not centered on the needles, then positioning in FieldNode is incorrect. - // This applies to the Bar Magnet screen only, which is sufficient since all screens share the same FELScreenView - // base class, which instantiates FieldNode. + // This applies to the Bar Magnet screen only, which is sufficient since FieldNode is instantiated in the + // FELScreenView base class that is shared by all screens. showFieldPositions: { type: 'flag' }