Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Aug 27, 2014
1 parent c3ebe3d commit ff14322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/dom-serializer/dom-serializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
if (!imports.length) {
var p = element.ownerDocument.createElement('link');
p.rel = 'import';
p.setAttribute('href', '../components/polymer/polymer.html');
p.setAttribute('href', '../polymer/polymer.html');
imports.push(p);
}
return imports;
Expand Down

0 comments on commit ff14322

Please sign in to comment.