Rename propertyConfig -> properties.

This commit is contained in:
Kevin Schaaf
2015-03-04 18:39:01 -08:00
parent ca0953c75f
commit 0158c794bc
17 changed files with 228 additions and 69 deletions

View File

@@ -4,7 +4,7 @@
<script>
Polymer({
is: 'x-basic',
propertyConfig: {
properties: {
value: {
observer: 'valueChanged'
},
@@ -98,7 +98,7 @@
<script>
Polymer({
is: 'x-reflect',
propertyConfig: {
properties: {
reflectedobject: {
type: Object,
reflect: true