Skip to content

Commit

Permalink
add inline REVIEW comments, #247
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 31, 2019
1 parent 8691c76 commit 034dc0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/common/model/TemperatureAndColorSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ define( require => {

class TemperatureAndColorSensor extends UserMovableModelElement {

//REVIEW #247 passing in the entire model is undesirable
/**
* @param {EFACIntroModel} model
* @param {Vector2} initialPosition
Expand Down
1 change: 1 addition & 0 deletions js/common/view/PlayPauseStepButtonGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ define( require => {

class PlayPauseStepButtonGroup extends HBox {

//REVIEW #247 passing in the entire model is undesirable
/**
* @param {EFACIntroModel|SystemsModel} model
*/
Expand Down
2 changes: 1 addition & 1 deletion js/intro/model/StickyTemperatureAndColorSensor.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define( require => {

class StickyTemperatureAndColorSensor extends TemperatureAndColorSensor {

//REVIEW #247 passing in model.blocks and model.beakers, not the entire model
//REVIEW #247 passing in the entire model is undesirable
/**
* @param {EFACIntroModel} model
* @param {Vector2} initialPosition
Expand Down
1 change: 1 addition & 0 deletions js/intro/view/BeakerContainerView.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ define( require => {

class BeakerContainerView extends BeakerView {

//REVIEW #247 passing in the entire model is undesirable
/**
* @param {Beaker} beaker
* @param {EFACIntroModel} model
Expand Down

0 comments on commit 034dc0d

Please sign in to comment.