Skip to content

Commit

Permalink
NodeProperty doc updates for #490
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Jun 2, 2020
1 parent cd734bb commit fe0876a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions js/util/NodeProperty.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// Copyright 2018-2020, University of Colorado Boulder

/**
* TODO: doc update
* An axon Property for a Node. When the specified trigger event (like 'pickability') occurs, the Property value
* changes according to the getter (like 'pickable'), which may have any type. This relies on guards in both Property
* and Node to prevent cycles--if we detect an infinite loop for a case, we will need to add an epsilon tolerance
* in the corresponding Node setter to short circuit the lop.
* A Property wrapper for Node TinyProperty/Property instances.
*
* @author Sam Reid (PhET Interactive Simulations)
* @author Jonathan Olson (PhET Interactive Simulations)
Expand Down

0 comments on commit fe0876a

Please sign in to comment.