mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fixes #1673: ensure instance effects exist before marshaling attributes.
This commit is contained in:
parent
97944e42d8
commit
7c83df5fbf
@ -71,12 +71,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
this._popHost();
|
||||
// concretize template references
|
||||
this._marshalAnnotationReferences();
|
||||
// install host attributes
|
||||
this._marshalHostAttributes();
|
||||
// setup debouncers
|
||||
this._setupDebouncers();
|
||||
// concretize effects on instance
|
||||
this._marshalInstanceEffects();
|
||||
// install host attributes
|
||||
this._marshalHostAttributes();
|
||||
// acquire instance behaviors
|
||||
this._marshalBehaviors();
|
||||
// acquire initial instance attribute values
|
||||
|
Loading…
Reference in New Issue
Block a user