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

Commit

Permalink
polymer-sectioned-list: just needs <shadow></shadow>
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Nov 6, 2013
1 parent b5fc31e commit 0cda4d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
</style>
<div id="sticky" hidden?="{{!stickyContent}}">{{stickyContent}}</div>
<shadow><content></content></shadow>
<shadow></shadow>
</template>
<script>
Polymer('polymer-sectioned-list', {
Expand Down

0 comments on commit 0cda4d6

Please sign in to comment.