Skip to content

Commit

Permalink
Use deserialize from the node.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 6, 2016
1 parent 0f55d1d commit a3641e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
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);
Expand Down

0 comments on commit a3641e2

Please sign in to comment.