Skip to content

Commit

Permalink
Eliminated completed REVIEW comments, see #317
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 5, 2017
1 parent 7cb5d78 commit 3a929a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/view/SeriesAmmeterNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ define( function( require ) {
} );

// Expand the pointer areas with a defensive copy, see https://github.com/phetsims/circuit-construction-kit-common/issues/310
// REVIEW^(samreid): I removed the copy and it caused https://github.com/phetsims/circuit-construction-kit-common/issues/398
// REVIEW*: Sorry! Looks like it's not creating a copy, since it's null by default. OK to keep
lifelikeNode.mouseArea = lifelikeNode.bounds.copy();
lifelikeNode.touchArea = lifelikeNode.bounds.copy();

Expand Down

0 comments on commit 3a929a5

Please sign in to comment.