Skip to content

Commit

Permalink
document PDOM descriptions for mass nodes, see #156
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Jun 28, 2019
1 parent 8a7385b commit 16bae69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/gravity-force-lab-basics/view/GFLBScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ define( require => {
object2Label: mass2LabelString
};

// PDOM representations of each Mass
// PDOM descriptions for each mass - the masses themselves leverage AccessibleValueHandler, but these
// form descriptive summaries for the state of each mass
const objectOneMassPDOMNode = new GFLBMassPDOMNode( model, model.object1, massDescriber, forceDescriber,
positionDescriber, massPDOMNodeOptions );
const objectTwoMassPDOMNode = new GFLBMassPDOMNode( model, model.object2, massDescriber, forceDescriber,
Expand Down

0 comments on commit 16bae69

Please sign in to comment.