From d124d13b4b25328abdabfb8a6da4386a0d9ea3ca Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 12 Dec 2015 12:21:24 -0800 Subject: [PATCH] jshint --- js/id/core/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/core/connection.js b/js/id/core/connection.js index beaffc61d..d73eda007 100644 --- a/js/id/core/connection.js +++ b/js/id/core/connection.js @@ -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)); }); });