Skip to content

Commit

Permalink
add type docs to alert manager and describer subtypes, phetsims/gravi…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 1, 2019
1 parent 986a39f commit 6102105
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/gravity-force-lab/view/GravityForceLabAlertManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Copyright 2018-2019, University of Colorado Boulder

/**
* This alert manager is responsible for all gravity-force-lab specific aria-live alerts.
*/
define( require => {
'use strict';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Copyright 2018-2019, University of Colorado Boulder

/**
* This describer is responsible for all gravity-force-lab specific string forming related to force.
*/
define( require => {
'use strict';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// Copyright 2019, University of Colorado Boulder

/**
* This describer is responsible for all gravity-force-lab specific string forming related to position.
*/
define( require => {
'use strict';

Expand Down

0 comments on commit 6102105

Please sign in to comment.