Closed samreid closed 6 years ago
Whoops, sorry!
Should be fixed in the above commit. I checked for = new Property
, = new BooleanProperty
, and = new NumberProperty
and didn't see any other cases.
Can you verify?
Looks great, thanks @jonathanolson!
Discovered during https://github.com/phetsims/tambo/issues/46, I saw that Area Model Common had a few axon Properties that didn't end with a Property suffix:
AreaModelCommonModel.js
I'm not sure whether or not there are others. Generally it is best if axon Properties end in the suffix
Property
. Also, PhET-iO tandems require aProperty
suffix for Property types.