Skip to content
Browse files

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

  • Loading branch information...
1 parent 97944e4 commit 7c83df5fbf19dd360b2f106155c92eace2806fa3 @sorvell sorvell committed
Showing with 2 additions and 2 deletions.
  1. +2 −2 polymer.html
View
4 polymer.html
@@ -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

0 comments on commit 7c83df5

Please sign in to comment.
Something went wrong with that request. Please try again.