Skip to content

Commit

Permalink
Updated constructor annotations, see #64
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 7, 2018
1 parent ee523d5 commit b2a83d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion js/friction/view/FrictionKeyboardDragHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ define( function( require ) {
var KeyboardDragListener = require( 'SCENERY_PHET/accessibility/listeners/KeyboardDragListener' );

/**
* @constructor
* @param {FrictionModel} model
* @constructor
*/
function FrictionKeyboardDragHandler( model ) {

Expand Down
2 changes: 0 additions & 2 deletions js/friction/view/FrictionKeyboardHelpContentPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ define( function( require ) {
};

/**
* Constructor.
*
* @constructor
*/
function FrictionKeyboardHelpContentPanel() {
Expand Down

0 comments on commit b2a83d9

Please sign in to comment.