From 3671cb3c0eea0fc8d81d57ca6bc5a22cbde1ad73 Mon Sep 17 00:00:00 2001 From: zepumph Date: Wed, 19 Jul 2017 09:00:25 -0800 Subject: [PATCH] promote todo, https://github.com/phetsims/molecule-polarity/issues/64 --- js/common/view/PointySliderThumb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/common/view/PointySliderThumb.js b/js/common/view/PointySliderThumb.js index 835b5bcc..de20b152 100644 --- a/js/common/view/PointySliderThumb.js +++ b/js/common/view/PointySliderThumb.js @@ -1,6 +1,5 @@ // Copyright 2017, University of Colorado Boulder -//TODO generalize and move to common code, depending on resolution to #39 /** * Slider thumb that points up, rounded corners, origin at top center. * See https://github.com/phetsims/molecule-polarity/issues/39