Skip to content

Commit

Permalink
deprecate LayoutBox, phetsims/scenery#1418
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 31, 2022
1 parent 7acf8c3 commit 4fb7d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/view/CoulombsLawGlobalOptionsNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

import OptionsDialog from '../../../../joist/js/OptionsDialog.js';
import ProjectorModeCheckbox from '../../../../joist/js/ProjectorModeCheckbox.js';
import { LayoutBox } from '../../../../scenery/js/imports.js';
import { VBox } from '../../../../scenery/js/imports.js';
import coulombsLaw from '../../coulombsLaw.js';

class CoulombsLawGlobalOptionsNode extends LayoutBox {
class CoulombsLawGlobalOptionsNode extends VBox {

/**
* @param {Tandem} tandem
Expand Down

1 comment on commit 4fb7d26

@pixelzoom
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.