Fix xml format/export.

Error in line 33 was:

Uncaught TypeError: Cannot call method 'decode' of undefined
This commit is contained in:
booo
2012-11-17 14:48:51 +01:00
parent c336a90481
commit 52bd9f5284
+1 -1
View File
@@ -30,7 +30,7 @@ iD.format.XML = {
));
},
way: function(entity) {
return iD.XML.decode(
return iD.format.XML.decode(
(new XMLSerializer()).serializeToString(
JXON.unbuild({
way: {