Skip to content

Commit e967d32

Browse files
Jack Matthewsedoparearyee
authored andcommitted
fix(window-ref): remove incorrect pageOffset properties
1 parent 64bee99 commit e967d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/in-viewport/window/window-ref.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export class WindowRef {
2323
opener = null;
2424
outerHeight = null;
2525
outerWidth = null;
26-
pageXOffsetleft = null;
27-
pageYOffsetleft = null;
26+
pageXOffset = null;
27+
pageYOffset = null;
2828
parent = null;
2929
screen = null;
3030
screenLeft = null;

0 commit comments

Comments
 (0)