From f66edc0c7fa70e37437d70aff352b07181d06e1d Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Wed, 16 Jan 2019 11:40:41 -0700 Subject: [PATCH] use hideList in projectile-motion, https://github.com/phetsims/projectile-motion/issues/170 --- js/ComboBox.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/ComboBox.js b/js/ComboBox.js index 18fe360f..05c11361 100644 --- a/js/ComboBox.js +++ b/js/ComboBox.js @@ -413,10 +413,9 @@ define( require => { } }, - //TODO sun#314 if "Most often should be called from hideListFromClick" then why is this called 6 times from other places, which hideListFromClick is called once? /** - * Hides the combo box list. Most often should be called from hideListFromClick - * @private + * Hides the combo box list. + * @public */ hideList() { this.phetioStartEvent( 'popupHidden' );