Skip to content

Commit

Permalink
add *PropertyPhetioInstrumented getters, phetsims/scenery#1158
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 1, 2021
1 parent 40bb326 commit 44c161e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/TinyForwardingProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ class TinyForwardingProperty extends TinyProperty {
return node;
}

/**
* @public
* @returns {boolean}
*/
getTargetPropertyInstrumented() {
return this.targetPropertyInstrumented;
}

/**
* @param {Node} node - the parent container that supports updateLinkedElementForProperty()
* @param {string} tandemName
Expand Down

0 comments on commit 44c161e

Please sign in to comment.