This commit is contained in:
@@ -13,7 +13,7 @@ export default {
|
|||||||
},
|
},
|
||||||
fetch(keys) {
|
fetch(keys) {
|
||||||
return new Promise(function fetchLocaleKeysFromServer(resolve) {
|
return new Promise(function fetchLocaleKeysFromServer(resolve) {
|
||||||
//, reject
|
//
|
||||||
//step 1: build an array of keys that we don't have already
|
//step 1: build an array of keys that we don't have already
|
||||||
//Note: this will ensure only unique keys go into the store so it's safe to call this with dupes as can happen
|
//Note: this will ensure only unique keys go into the store so it's safe to call this with dupes as can happen
|
||||||
var needIt = [];
|
var needIt = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user