Skip to content

Commit

Permalink
address bogus FWMConstants import, #165
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Sep 20, 2021
1 parent bc42d76 commit 1a9a147
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/wavepacket/view/WavePacketControlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import HSeparator from '../../../../sun/js/HSeparator.js';
import Panel from '../../../../sun/js/Panel.js';
import Tandem from '../../../../tandem/js/Tandem.js';
import FMWColors from '../../common/FMWColors.js';
import FWMConstants from '../../common/FMWConstants.js'; //REVIEW: Double import here, FMWConstants twice
import FMWConstants from '../../common/FMWConstants.js';
import Domain from '../../common/model/Domain.js';
import SeriesType from '../../common/model/SeriesType.js';
Expand Down Expand Up @@ -108,7 +107,7 @@ class WavePacketControlPanel extends Panel {
}
}

const vBox = new VBox( merge( {}, FWMConstants.VBOX_OPTIONS, {
const vBox = new VBox( merge( {}, FMWConstants.VBOX_OPTIONS, {
children: children,
spacing: 10
} ) );
Expand Down

0 comments on commit 1a9a147

Please sign in to comment.