mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
jshint
This commit is contained in:
@@ -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));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user