We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97944e4 commit 7c83df5Copy full SHA for 7c83df5
polymer.html
@@ -71,12 +71,12 @@
71
this._popHost();
72
// concretize template references
73
this._marshalAnnotationReferences();
74
- // install host attributes
75
- this._marshalHostAttributes();
76
// setup debouncers
77
this._setupDebouncers();
78
// concretize effects on instance
79
this._marshalInstanceEffects();
+ // install host attributes
+ this._marshalHostAttributes();
80
// acquire instance behaviors
81
this._marshalBehaviors();
82
// acquire initial instance attribute values
0 commit comments