Skip to content

Commit

Permalink
Standardized header JSDoc around author annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 7, 2018
1 parent 310e4ae commit 91f3032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/friction/view/FrictionKeyboardDragHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

/**
* Keyboard drag handler used for a11y keyboard navigation for both the Book and the Magnifier atoms.
* @author - Michael Kauzmann (PhET Interactive Simulations)
*
* @author Michael Kauzmann (PhET Interactive Simulations)
*/

define( function( require ) {
'use strict';

Expand Down

0 comments on commit 91f3032

Please sign in to comment.