Fixes #1673: ensure instance effects exist before marshaling attributes.

This commit is contained in:
Steven Orvell 2015-08-03 14:44:45 -07:00
parent 97944e42d8
commit 7c83df5fbf

View File

@ -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