File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
src/app/in-viewport/window Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -39,31 +39,31 @@ export class WindowRef {
3939 self = null ;
4040 status = null ;
4141 top = null ;
42- addEventListener ( ) { }
43- alert ( ) { }
44- atob ( ) { }
45- blur ( ) { }
46- btoa ( ) { }
47- clearInterval ( ) { }
48- clearTimeout ( ) { }
49- close ( ) { }
50- confirm ( ) { }
51- focus ( ) { }
52- getComputedStyle ( ) { }
53- getSelection ( ) { }
54- matchMedia ( ) { }
55- moveBy ( ) { }
56- moveTo ( ) { }
57- open ( ) { }
58- print ( ) { }
59- prompt ( ) { }
60- resizeBy ( ) { }
61- resizeTo ( ) { }
62- removeEventListener ( ) { }
63- scroll ( ) { }
64- scrollBy ( ) { }
65- scrollTo ( ) { }
66- setInterval ( ) { }
67- setTimeout ( ) { }
68- stop ( ) { }
42+ addEventListener ( ... args ) { }
43+ alert ( ... args ) { }
44+ atob ( ... args ) { }
45+ blur ( ... args ) { }
46+ btoa ( ... args ) { }
47+ clearInterval ( ... args ) { }
48+ clearTimeout ( ... args ) { }
49+ close ( ... args ) { }
50+ confirm ( ... args ) { }
51+ focus ( ... args ) { }
52+ getComputedStyle ( ... args ) { }
53+ getSelection ( ... args ) { }
54+ matchMedia ( ... args ) { }
55+ moveBy ( ... args ) { }
56+ moveTo ( ... args ) { }
57+ open ( ... args ) { }
58+ print ( ... args ) { }
59+ prompt ( ... args ) { }
60+ resizeBy ( ... args ) { }
61+ resizeTo ( ... args ) { }
62+ removeEventListener ( ... args ) { }
63+ scroll ( ... args ) { }
64+ scrollBy ( ... args ) { }
65+ scrollTo ( ... args ) { }
66+ setInterval ( ... args ) { }
67+ setTimeout ( ... args ) { }
68+ stop ( ... args ) { }
6969}
You can’t perform that action at this time.
0 commit comments