Skip to content

Commit

Permalink
Move REVIEW comment to issue, see #404
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Mar 3, 2023
1 parent f89fa8b commit 877f658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/quadrilateral/model/QuadrilateralShapeDetector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const matches = ( shapeModel: QuadrilateralShapeModel, requirements: Array<( sha

export default class QuadrilateralShapeDetector {

// REVIEW: Add some unit tests to make sure this method and the masks are working as expected
/**
* Compute the name of the quadrilateral. Note this must be called AFTER all order dependent Properties are updated
* because it relies on vertex positions to be stable and all shape attributes to be calculated. See
Expand Down

0 comments on commit 877f658

Please sign in to comment.