This commit is contained in:
Bryan Housel
2015-12-12 12:21:24 -08:00
parent 879480263c
commit d124d13b4b

View File

@@ -287,7 +287,7 @@ iD.Connection = function(useHttps) {
oauth.xhr({
method: 'PUT',
path: '/api/0.6/changeset/' + changeset_id + '/close',
options: { header: { 'Content-Type': 'text/xml' } },
options: { header: { 'Content-Type': 'text/xml' } }
}, d3.functor(true));
});
});