Skip to content

Commit

Permalink
Comment for modules, see #191
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 27, 2018
1 parent ac892d8 commit ad20155
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/common/model/PlaySpeedEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/common/model/SceneType.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/common/model/SoundViewType.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/common/model/ViewType.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/common/model/WaveSpatialType.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/common/model/WaveTemporalType.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down
1 change: 1 addition & 0 deletions js/slits/model/BarrierTypeEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
define( require => {
'use strict';

// modules
const Enumeration = require( 'PHET_CORE/Enumeration' );
const waveInterference = require( 'WAVE_INTERFERENCE/waveInterference' );

Expand Down

0 comments on commit ad20155

Please sign in to comment.