Merge pull request #93 from booo/master
Fix a minor bug and add a gitignore file.
@@ -0,0 +1,5 @@
|
||||
iD.js
|
||||
iD.min.js
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 353 B |
|
Before Width: | Height: | Size: 361 B After Width: | Height: | Size: 361 B |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 583 B |
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
|
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 367 B |
|
Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 562 B |
|
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 95 B |
|
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 444 B |
@@ -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: {
|
||||
|
||||