Skip to content

Commit

Permalink
fix and improve JSDoc for #364
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 10, 2018
1 parent 2b97521 commit 098bf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/keyboard/help/HelpContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ define( function( require ) {
* @param {Node} label - label for the icon, usually Text or RichText
* @param {Node} icon
* @param {Object} [options]
* @return {Object} - Object that looks like {label: <Node>, icon: <Node>}
* @return {Object} - Object {label: <Node>, icon: <Node>} so HelpContent can layout content groups
*/
labelWithIcon: function( label, icon, options ) {

Expand Down Expand Up @@ -181,7 +181,7 @@ define( function( require ) {
* @param {Node[]} icons
* @param {Object} [options] - cannot pass in children
*
* @return {HBox}
* @return {Object} - Object {label: <Node>, icon: <Node>} so HelpContent can layout content groups
*/
labelWithIconList: function( label, icons, options ) {

Expand Down

0 comments on commit 098bf4e

Please sign in to comment.