You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Make unsuccessful AJAX call
2. Feed resulting 'undefined' into x2js (expecting xml)
What is the expected output? What do you see instead?
Expect x2js to do nothing, get cryptic error
What version of the product are you using? On what operating system and
browser version?
v 1.0.11
Firefox, Chrome
Please provide any additional information below.
Suggest to add in xml2json.js, line 249:
if (xmlDocStr === undefined) {
xmlDocStr = "";
}
Original issue reported on code.google.com by webmas...@thamnos.de on 25 Jul 2013 at 9:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
webmas...@thamnos.de
on 25 Jul 2013 at 9:23The text was updated successfully, but these errors were encountered: