mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Rename propertyConfig -> properties.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user