From 41fd5e07d59eb3dbc6a826a5c0a46cbf0804fe8f Mon Sep 17 00:00:00 2001 From: M1dgard Date: Tue, 8 Sep 2015 16:19:55 +0200 Subject: [PATCH] Correct coding style --- js/id/services/taginfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/id/services/taginfo.js b/js/id/services/taginfo.js index 97d77cce4..c2d4a0e71 100644 --- a/js/id/services/taginfo.js +++ b/js/id/services/taginfo.js @@ -132,11 +132,11 @@ iD.taginfo = function() { if (!docsFound) { taginfo.docs(_.omit(parameters, 'value'), callback); } - } + }; } request(endpoint + path + - iD.util.qsString(parameters), debounce, decoratedCallback||callback); + iD.util.qsString(parameters), debounce, decoratedCallback || callback); }; taginfo.endpoint = function(_) {