Skip to content

Commit

Permalink
Merge pull request #1497 from fredj/primer_closing_tag
Browse files Browse the repository at this point in the history
Fix dom-module closing tag
  • Loading branch information
kevinpschaaf committed May 8, 2015
2 parents c82863d + 42094f1 commit 893a0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ Polymer supports virtual properties whose values are calculated from other prope
<template>
My name is <span>{{fullName}}</span>
</template>
<dom-module id="x-custom">
</dom-module>

<script>
Polymer({
Expand Down Expand Up @@ -1580,7 +1580,7 @@ Example:
<template>
My name is <span>{{computeFullName(first, last)}}</span>
</template>
<dom-module id="x-custom">
</dom-module>

<script>
Polymer({
Expand Down

0 comments on commit 893a0bc

Please sign in to comment.