Update SrcJySet.js

pull/1/head
jevons0411 3 years ago
parent 6edb15a6a4
commit ded240b7b1
  1. 2
      SrcJySet.js

@ -67,7 +67,7 @@ function xml2json(xml, tab) {
o = X.toObj(xml.documentElement); o = X.toObj(xml.documentElement);
} }
else else
alert("unhandled node type: " + xml.nodeType); log("unhandled node type: " + xml.nodeType);
return o; return o;
}, },
toJson: function(o, name, ind) { toJson: function(o, name, ind) {

Loading…
Cancel
Save