Skip to content

Commit 7c83df5

Browse files
author
Steven Orvell
committed
Fixes #1673: ensure instance effects exist before marshaling attributes.
1 parent 97944e4 commit 7c83df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polymer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
this._popHost();
7272
// concretize template references
7373
this._marshalAnnotationReferences();
74-
// install host attributes
75-
this._marshalHostAttributes();
7674
// setup debouncers
7775
this._setupDebouncers();
7876
// concretize effects on instance
7977
this._marshalInstanceEffects();
78+
// install host attributes
79+
this._marshalHostAttributes();
8080
// acquire instance behaviors
8181
this._marshalBehaviors();
8282
// acquire initial instance attribute values

0 commit comments

Comments
 (0)