Skip to content

Commit

Permalink
moved first pass ComboBox implementation to master, phetsims/sun#314
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 27, 2018
1 parent 1eefb0d commit c4a0136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/intro/view/IntroProjectilePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ define( function( require ) {

// @public for use by screen view
hideComboBoxList: function() {
this.projectileChoiceComboBox.hideList();
this.projectileChoiceComboBox.hideListFromClick();
}
} );
} );
Expand Down
2 changes: 1 addition & 1 deletion js/lab/view/LabProjectilePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ define( function( require ) {

// @public for use by screen view
hideComboBoxList: function() {
this.projectileChoiceComboBox.hideList();
this.projectileChoiceComboBox.hideListFromClick();
}
} );
} );
Expand Down

0 comments on commit c4a0136

Please sign in to comment.