pacify eslint

This commit is contained in:
Bryan Housel
2018-12-01 22:44:02 -05:00
parent 5a6671d728
commit 8456b387e0
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
}
if (_wikidataCache[qid]) {
callback('', _wikidataCache[qid]);
return
return;
}
var lang = currentLocale.replace(/-/g, '_');