From 94c2a98d0e626c6bcc92e15dc8dd28aad1f23f2d Mon Sep 17 00:00:00 2001 From: Jesse Date: Mon, 25 Jan 2021 11:49:36 -0500 Subject: [PATCH] Remove ShapeHitDetector, see phetsims/gravity-force-lab-basics#262 --- js/view/ISLCObjectNode.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/view/ISLCObjectNode.js b/js/view/ISLCObjectNode.js index 7eaa60d..df38240 100644 --- a/js/view/ISLCObjectNode.js +++ b/js/view/ISLCObjectNode.js @@ -91,8 +91,6 @@ class ISLCObjectNode extends Node { forceArrowHeight: 150, // height of arrow in view coordinates - // {null|ShapeHitDetector} a11y, hit detector for the view for the Pointer, to support prototype self voicing features - shapeHitDetector: null, objectColor: null, // {{string}} @required - description of sphere for self-voicing content // phet-io