Skip to content

Commit cb5fc15

Browse files
committed
One-liner comment
1 parent 519e24e commit cb5fc15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/core/overlay/position/viewport-ruler.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ export class ViewportRuler {
6464
return {top, left};
6565
}
6666

67-
/**
68-
* Caches the latest client rectangle of the document element.
69-
*/
67+
/** Caches the latest client rectangle of the document element. */
7068
_cacheViewportGeometry?() {
7169
this._documentRect = document.documentElement.getBoundingClientRect();
7270
}

0 commit comments

Comments
 (0)