Skip to content

Commit

Permalink
Rename Separators to Deprecated and Dividers to Separators, see: phet…
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Sep 13, 2022
1 parent 93bcda6 commit 22ba109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/common/view/EquationAccordionBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import PhetFont from '../../../../scenery-phet/js/PhetFont.js';
import { HBox, VBox } from '../../../../scenery/js/imports.js';
import AccordionBox from '../../../../sun/js/AccordionBox.js';
import TextPushButton from '../../../../sun/js/buttons/TextPushButton.js';
import HSeparator from '../../../../sun/js/HSeparator.js';
import HSeparatorDeprecated from '../../../../sun/js/HSeparatorDeprecated.js';
import graphingLines from '../../graphingLines.js';
import GraphingLinesStrings from '../../GraphingLinesStrings.js';
import GLColors from '../GLColors.js';
Expand Down Expand Up @@ -86,9 +86,9 @@ class EquationAccordionBox extends AccordionBox {
align: 'center',
spacing: 10,
children: [
new HSeparator( separatorWidth, separatorOptions ),
new HSeparatorDeprecated( separatorWidth, separatorOptions ),
interactiveEquationNode,
new HSeparator( separatorWidth, separatorOptions ),
new HSeparatorDeprecated( separatorWidth, separatorOptions ),
buttonGroup
]
} );
Expand Down

0 comments on commit 22ba109

Please sign in to comment.