This commit is contained in:
2019-06-17 23:34:33 +00:00
parent 5dfb97759a
commit 1f84f24105
2 changed files with 188 additions and 234 deletions

View File

@@ -24,8 +24,6 @@ export default {
}
if (needIt.length == 0) {
//eslint-disable-next-line
debugger;
resolve();
return;
}
@@ -38,8 +36,7 @@ export default {
_.forEach(response.data, function commitFetchedLTItemToStore(item) {
store.commit("addLocaleText", item);
});
//eslint-disable-next-line
debugger;
resolve();
});
});