This commit is contained in:
2020-10-08 18:37:03 +00:00
parent 89f37fa1cd
commit c3b5a360f7
3 changed files with 18 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ export default {
//iterate the keys that are cached and set them from whatever is in editedTranslation for that key
//de-lodash
// window.$gz._.forOwn(window.$gz.store.state.translationText, function(
// window.$gz. _.forOwn(window.$gz.store.state.translationText, function(
// cacheval,
// cachekey
// ) {
@@ -49,7 +49,7 @@ export default {
let needIt = [];
//de-lodash
// window.$gz._.forOwn(window.$gz.store.state.translationText, function(
// window.$gz. _.forOwn(window.$gz.store.state.translationText, function(
// cacheval,
// cachekey
// ) {