mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
pacify eslint
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
}
|
||||
if (_wikidataCache[qid]) {
|
||||
callback('', _wikidataCache[qid]);
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
var lang = currentLocale.replace(/-/g, '_');
|
||||
|
||||
Reference in New Issue
Block a user