Skip to content

Commit

Permalink
Added ;, see #191
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 27, 2018
1 parent 9cd4ecb commit ac892d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/WaveAreaGraphNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ define( require => {

const getWaterSideShape = WaveInterferenceUtils.getWaterSideShape;
const updateShape = () => {
return path.setShape( getWaterSideShape( sampleArray, model.sceneProperty.value.lattice, waveAreaBounds, dx, dy ) )
return path.setShape( getWaterSideShape( sampleArray, model.sceneProperty.value.lattice, waveAreaBounds, dx, dy ) );
};
model.scenes.forEach( scene => scene.lattice.changedEmitter.addListener( updateShape ) );

Expand Down

0 comments on commit ac892d8

Please sign in to comment.