mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Use deserialize from the node.
This commit is contained in:
parent
0f55d1dbe4
commit
a3641e29b0
@ -144,7 +144,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
var value = (p === x.effect.value) ? config[p] :
|
||||
this._get(x.effect.value, config);
|
||||
if (x.effect.kind == 'attribute') {
|
||||
value = this.deserialize(value,
|
||||
value = node.deserialize(value,
|
||||
node._propertyInfo[name].type);
|
||||
}
|
||||
node._configValue(name, value);
|
||||
|
Loading…
Reference in New Issue
Block a user