phetsims/quadrilateral

Remove isParallelogramProperty

Closed this issue · 1 comments

The parallelogram state is now detected by QuadrilateralShapeDetector and is one of the values of the shapeNameProperty. Having both will be confusing for future maintainers.

I changed my mind about this. Instead of duplication, it makes some code more readable. Closing.