Skip to content

Commit

Permalink
add author annotations, see #161
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jul 1, 2019
1 parent aad7a8a commit 700ca5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/gravity-force-lab/view/GravityForceLabAlertManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* This alert manager is responsible for all gravity-force-lab specific aria-live alerts.
*
* @author Michael Kauzmann (PhET Interactive Simulations)
*/
define( require => {
'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* This describer is responsible for all gravity-force-lab specific string forming related to force.
*
* @author Michael Kauzmann (PhET Interactive Simulations)
*/
define( require => {
'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* This describer is responsible for all gravity-force-lab specific string forming related to position.
*
* @author Michael Kauzmann (PhET Interactive Simulations)
*/
define( require => {
'use strict';
Expand Down

0 comments on commit 700ca5a

Please sign in to comment.