Skip to content

Commit

Permalink
Add missing return type to attributeChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
a-xin committed Sep 14, 2018
1 parent bf02bd3 commit 239e99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface PolymerInit {
attached?(): void;
detached?(): void;
ready?(): void;
attributeChanged?(name: string, old?: string, value?: string);
attributeChanged?(name: string, old?: string, value?: string): void;

// Allow any other user-defined properties
[others: string]: any;
Expand Down

0 comments on commit 239e99a

Please sign in to comment.