From a3641e29b0004f63269a6d30fff7a8e81f692812 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 5 Feb 2016 17:06:40 -0800 Subject: [PATCH] Use deserialize from the node. --- src/standard/configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/configure.html b/src/standard/configure.html index b337b25e8a..2fc292b410 100644 --- a/src/standard/configure.html +++ b/src/standard/configure.html @@ -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);