mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Correct coding style
This commit is contained in:
@@ -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(_) {
|
||||
|
||||
Reference in New Issue
Block a user