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

Commit

Permalink
add missing support for 'url' property
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 8, 2014
1 parent 13c0ad5 commit c1479e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core-doc-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@class core-doc-viewer
-->

<polymer-element name="core-doc-viewer" attributes="sources route">
<polymer-element name="core-doc-viewer" attributes="sources route url">

<template>

Expand All @@ -26,6 +26,8 @@
}
</style>

<context-free-parser url="{{url}}" on-data-ready="{{parserDataReady}}"></context-free-parser>

<template repeat="{{sources}}">
<context-free-parser url="{{}}" on-data-ready="{{parserDataReady}}"></context-free-parser>
</template>
Expand Down

0 comments on commit c1479e1

Please sign in to comment.