Skip to content

Commit 239e99a

Browse files
committed
Add missing return type to attributeChanged
1 parent bf02bd3 commit 239e99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface PolymerInit {
3737
attached?(): void;
3838
detached?(): void;
3939
ready?(): void;
40-
attributeChanged?(name: string, old?: string, value?: string);
40+
attributeChanged?(name: string, old?: string, value?: string): void;
4141

4242
// Allow any other user-defined properties
4343
[others: string]: any;

0 commit comments

Comments
 (0)