Closed GoogleCodeExporter closed 8 years ago
Now, I made a mistake. The correct for statement is:
for (var x = 0; x < xml.childNodes.length; x++) {
var xmlChild = xml.childNodes[x];
...
}
Original comment by adilson...@gmail.com
on 16 Oct 2014 at 3:07
Fixed. Thanks!
https://groups.google.com/d/msg/blockly/-9d_OkvKBSQ/R-u59W2q4DoJ
Original comment by neil.fra...@gmail.com
on 1 Mar 2015 at 9:05
Original issue reported on code.google.com by
adilson...@gmail.com
on 16 Oct 2014 at 2:50