Skip to content

Commit

Permalink
Adding @mixes, see #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Aug 11, 2021
1 parent 3e2e6a0 commit c81c7d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/buoyancy/model/BuoyancyIntroModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Mode = Enumeration.byKeys( [

class BuoyancyIntroModel extends DensityBuoyancyModal( DensityBuoyancyModel, Mode, Mode.SAME_MASS ) {
/**
* @mixes DensityBuoyancyModal
* @param {Tandem} tandem
*/
constructor( tandem ) {
Expand Down
1 change: 1 addition & 0 deletions js/density/model/DensityCompareModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Mode = Enumeration.byKeys( [

class DensityCompareModel extends DensityBuoyancyModal( DensityBuoyancyModel, Mode, Mode.SAME_MASS ) {
/**
* @mixes DensityBuoyancyModal
* @param {Tandem} tandem
*/
constructor( tandem ) {
Expand Down
1 change: 1 addition & 0 deletions js/density/model/DensityMysteryModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const Mode = Enumeration.byKeys( [

class DensityMysteryModel extends DensityBuoyancyModal( DensityBuoyancyModel, Mode, Mode.SET_1 ) {
/**
* @mixes DensityBuoyancyModal
* @param {Tandem} tandem
*/
constructor( tandem ) {
Expand Down

0 comments on commit c81c7d0

Please sign in to comment.