Skip to content

Commit

Permalink
refactor sims to use screen-based keyboard help content, #668
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 5, 2020
1 parent 770b4b4 commit 53ad9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/KeyboardHelpButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HELP_BUTTON_HEIGHT = 67;
const HELP_BUTTON_SCALE = 0.30; // scale applied to the icon

/**
* @param {Property.<{keyboardHelpNode}>} screenProperty - Property that holds an object that stores keyboardHelpContent on it
* @param {Property.<{keyboardHelpNode}>} screenProperty - Property that holds an object that stores keyboardHelpNode on it
* @param {Property.<Color|string>} backgroundColorProperty
* @param {Tandem} tandem
* @param {Object} [options]
Expand Down

0 comments on commit 53ad9b8

Please sign in to comment.