Skip to content

Commit 178dfa5

Browse files
committed
Upstream http://cl/330613283
1 parent 2445554 commit 178dfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface PolymerInit {
2626
extends?: string;
2727
properties?: PolymerElementProperties;
2828
observers?: string[];
29-
_template?: HTMLTemplateElement;
29+
_template?: HTMLTemplateElement|(() => HTMLTemplateElement);
3030
hostAttributes?: {[key: string]: any};
3131
listeners?: {[key: string]: string};
3232
behaviors?: BehaviorInit | BehaviorInit[];

0 commit comments

Comments
 (0)