Adds name changing

This commit is contained in:
Julien Lengrand-Lambert
2017-08-16 16:41:52 +02:00
parent 641312b4c0
commit 64700e5ebd
3 changed files with 12 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
</template>
<script>
var fred = {"name": "fred"};
var tom = {"name": "tom"}
var tom = {"name": "tom"};
Polymer({
is: 'example-component',