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 1aa96a1 commit 55946cd
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 @@ -201,6 +201,7 @@ define( require => {

for ( let i = 0; i < numPairColumns; i++ ) {
for ( let j = 0; j < numPairRows; j++ ) {
// REVIEW: 'let' instead of 'var'?
var matrix = Matrix3.translation( i, j );
shapes.push( leftSideShape.transformed( matrix ) );
shapes.push( rightSideShape.transformed( matrix ) );
Expand Down

0 comments on commit 55946cd

Please sign in to comment.