Skip to content

Commit

Permalink
use hideList in projectile-motion, phetsims/projectile-motion#170
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 16, 2019
1 parent 222cc5f commit f66edc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/ComboBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit f66edc0

Please sign in to comment.