Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
apply path fixup in polymer-element
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 14, 2014
1 parent 73c78b8 commit fabbb48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/declaration/prototype.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@
},
// implement various declarative features
desugar: function(name, extendee) {
// install external stylesheets as if they are inline
this.installSheets();
// adjust any paths in dom from imports
this.resolveElementPaths(this);
// compile list of attributes to copy to instances
this.accumulateInstanceAttributes();
// parse on-* delegates declared on `this` element
this.parseHostEvents();
// install external stylesheets as if they are inline
this.installSheets();
//
this.adjustShadowElement();
//
Expand Down

0 comments on commit fabbb48

Please sign in to comment.