From 23b0455d4c058c9b2fd73d20d31c0995b1f2eb9f Mon Sep 17 00:00:00 2001 From: jbphet Date: Thu, 1 Aug 2019 16:21:54 -0600 Subject: [PATCH] added annotation, see #247 --- js/common/model/EnergyChunkDistributor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/model/EnergyChunkDistributor.js b/js/common/model/EnergyChunkDistributor.js index 10f0d454..34833c7c 100644 --- a/js/common/model/EnergyChunkDistributor.js +++ b/js/common/model/EnergyChunkDistributor.js @@ -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 ) {