docs: remove IE10 references from comments in the code (#39090)
PR Close #39090
This commit is contained in:
@ -301,7 +301,7 @@ describe('bootstrap', () => {
|
||||
await router.navigateByUrl('/aa');
|
||||
window.scrollTo(0, 5000);
|
||||
|
||||
// IE 9/10/11 use non-standard pageYOffset instead of scrollY
|
||||
// IE 11 uses non-standard pageYOffset instead of scrollY
|
||||
const getScrollY = () => window.scrollY !== undefined ? window.scrollY : window.pageYOffset;
|
||||
|
||||
await router.navigateByUrl('/fail');
|
||||
|
Reference in New Issue
Block a user