Skip to content

Commit

Permalink
Added REVIEW #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Dec 20, 2018
1 parent 4b134f8 commit f811f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/intro/view/BucketNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ define( require => {

const cellNode = createCellNode( denominator, 0, {} );
const bounds = representation === IntroRepresentation.CAKE ? cellNode.bounds : cellNode.getSafeTransformedVisibleBounds();
// REVIEW: Why are we not using phet.joist.random here?
const random = new Random( {
seed: 4 // https://xkcd.com/221/
} );
Expand Down

0 comments on commit f811f90

Please sign in to comment.