Merge pull request #93 from booo/master

Fix a minor bug and add a gitignore file.
This commit is contained in:
Tom MacWright
2012-11-17 07:20:50 -08:00
18 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
iD.js
iD.min.js
*~
*.swp
*.swo
Executable → Regular
View File
Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 353 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 361 B

After

Width:  |  Height:  |  Size: 361 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 367 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 562 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 95 B

After

Width:  |  Height:  |  Size: 95 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 444 B

Executable → Regular
View File
Executable → Regular
View File
+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: {
Executable → Regular
View File