Skip to content

Commit

Permalink
fix #17; cant load src
Browse files Browse the repository at this point in the history
  • Loading branch information
atotic authored and - committed May 28, 2015
1 parent 9a8280a commit aab5590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iron-component-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ <h2><span>[[active]]</span> <span class="version" hidden$="[[!version]]">[[versi
/**
* The relative root for determining paths to demos and default source
* detection.
* @default ownerDocument.baseURI
*/
base: {
type: String,
observer: '_srcChanged',
value: function() {
return this.ownerDocument.baseURI;
}
Expand Down

0 comments on commit aab5590

Please sign in to comment.