From a499defd51f78d6479070ae3635e7c7b3c836501 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 12 Dec 2019 15:34:00 -0900 Subject: [PATCH] cleanup and doc, https://github.com/phetsims/scenery/issues/1014 --- js/view/ISLCRulerNode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/view/ISLCRulerNode.js b/js/view/ISLCRulerNode.js index 09cef96..4ca8fd9 100644 --- a/js/view/ISLCRulerNode.js +++ b/js/view/ISLCRulerNode.js @@ -212,7 +212,6 @@ define( require => { transform: modelViewTransform, targetNode: ruler, useParentOffset: true, - // applyOffset: false, // TODO: we want to be able to apply offset here, but can't because of https://github.com/phetsims/scenery/issues/1014 mapLocation: location => { // snap to nearest snapToNearest if specified