Skip to content

Commit

Permalink
author annotations for #161
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jul 1, 2019
1 parent 030e960 commit db51c71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/gravity-force-lab-basics/view/GFLBAlertManager.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-basics 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-basics 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-basics specific string forming related to mass.
*
* @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-basics specific string forming related to position.
*
* @author Michael Kauzmann (PhET Interactive Simulations)
*/
define( require => {
'use strict';
Expand Down

0 comments on commit db51c71

Please sign in to comment.