Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #1673: ensure instance effects exist before marshaling attributes.
  • Loading branch information
Steven Orvell committed Aug 3, 2015
1 parent 97944e4 commit 7c83df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer.html
Expand Up @@ -71,12 +71,12 @@
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
Expand Down

0 comments on commit 7c83df5

Please sign in to comment.