Skip to content

Commit

Permalink
added annotation, see #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Aug 1, 2019
1 parent 3ba9f53 commit 23b0455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/EnergyChunkDistributor.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ define( require => {
return energyInMostEnergeticEC;
},

//REVIEW #247 missing visibility annotation
/**
* update the energy chunk positions based on their velocity and a time step
* @param {EnergyChunkContainerSlice[]} slices
* @param {number} dt - time step in seconds
* @public
*/
updateEnergyChunkPositions: function( slices, dt ) {
slices.forEach( function( slice ) {
Expand Down

0 comments on commit 23b0455

Please sign in to comment.