[ui] fix typos

This commit is contained in:
Julien-Haudegond 2020-08-17 11:16:53 +02:00
parent 887b33490e
commit 79e96e7c06
2 changed files with 2 additions and 2 deletions

View file

@ -246,7 +246,7 @@ Entity {
}
function updateCacheAndModel(forceRequest) {
// don't cache explicitely unloaded media
// don't cache explicitly unloaded media
if(model.requested && object && dependencyReady) {
// cache current object
if(cache.add(Filepath.urlToString(mediaLoader.source), object));