Update article.md
This commit is contained in:
parent
880659f3c1
commit
44a511e2d9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function loadCached(url) {
|
|||
return fetch(url)
|
||||
.then(response => response.text())
|
||||
.then(text => {
|
||||
cache[url] = text;
|
||||
cache.set(url,text);
|
||||
return text;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue