Skip to content

Commit 3f404dc

Browse files
committed
Array<string> to string[]
1 parent 8a58865 commit 3f404dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/sticky-header/sticky-header-dir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export class CdkStickyHeader implements OnDestroy, AfterViewInit {
155155
* The implementation references the compatibility checking in Modernizer
156156
* (https://github.com/Modernizr/Modernizr/blob/master/feature-detects/css/positionsticky.js).
157157
*/
158-
getSupportList(): Array<string> {
158+
getSupportList(): string[] {
159159
let prefixTestList = ['', '-webkit-', '-ms-', '-moz-', '-o-'];
160160
let supportList: Array<string> = new Array<string>();
161161
let stickyText = '';

0 commit comments

Comments
 (0)