Sean Usick created RIPPLE-66:
--------------------------------
Summary: 'Attr.nodeValue' is deprecated. Please use 'value'
instead.
Key: RIPPLE-66
URL: https://issues.apache.org/jira/browse/RIPPLE-66
Project: Apache Ripple
Issue Type: Bug
Environment: chrome browser
Reporter: Sean Usick
Priority: Minor
in function _xmlToJson(xml) {
obj["@attributes"][attribute.nodeName] = attribute.nodeValue;
should be
obj["@attributes"][attribute.nodeName] = attribute.value;
--
This message was sent by Atlassian JIRA
(v6.2#6252)