From 3a929a5208f68169ff6561378e8d32e6a28648ca Mon Sep 17 00:00:00 2001 From: samreid Date: Tue, 5 Sep 2017 16:23:13 -0600 Subject: [PATCH] Eliminated completed REVIEW comments, see https://github.com/phetsims/circuit-construction-kit-common/issues/317 --- js/view/SeriesAmmeterNode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/view/SeriesAmmeterNode.js b/js/view/SeriesAmmeterNode.js index 424c00fd..cebf6b1f 100644 --- a/js/view/SeriesAmmeterNode.js +++ b/js/view/SeriesAmmeterNode.js @@ -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();