Skip to content

Commit

Permalink
Add require statement, see #269
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 20, 2018
1 parent e6e9ea2 commit 5e15fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/waves/model/WavesScreenModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ define( require => {
const VisibleColor = require( 'SCENERY_PHET/VisibleColor' );
const WaterScene = require( 'WAVE_INTERFERENCE/common/model/WaterScene' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );
const WaveInterferenceConstants = require( 'WAVE_INTERFERENCE/common/WaveInterferenceConstants' );
const WaveInterferenceUtils = require( 'WAVE_INTERFERENCE/common/WaveInterferenceUtils' );
const WaveSpatialType = require( 'WAVE_INTERFERENCE/common/model/WaveSpatialType' );

Expand Down

0 comments on commit 5e15fa0

Please sign in to comment.