8000 R113 follow up by rcj-siteimprove · Pull Request #1592 · Siteimprove/alfa · GitHub
[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R113 follow up #1592

Merged
merged 21 commits into from
Apr 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Extract API
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
commit 1061bbfd77133dd5d4604a52a38750e4a3c2beb5
2 changes: 0 additions & 2 deletions docs/review/api/alfa-rectangle.api.md
821F
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export class Rectangle implements Equatable, Hashable, Serializable<Rectangle.JS
};
// (undocumented)
contains(other: Rectangle): boolean;
// (undocumented)
distanceSquared(other: Rectangle): number;
// (undocumented)
static empty(): Rectangle;
Expand All @@ -41,7 +40,6 @@ export class Rectangle implements Equatable, Hashable, Serializable<Rectangle.JS
intersection(other: Rectangle): Rectangle;
// (undocumented)
intersects(other: Rectangle): boolean;
// (undocumented)
intersectsCircle(cx: number, cy: number, r: number): boolean;
// (undocumented)
isEmpty(): boolean;
Expand Down
0