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 55946cd commit 2998137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/game/model/ShapePartition.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ define( require => {
] );

for ( let i = 0; i < numPairs; i++ ) {
// REVIEW: 'let' instead of 'var'?
var matrix = Matrix3.translation( i * 2, i );
shapes.push( topShape.transformed( matrix ) );
shapes.push( bottomShape.transformed( matrix ) );
Expand Down

0 comments on commit 2998137

Please sign in to comment.