fix: lint

v1.18.x
Barış Soner Uşaklı 5 years ago
parent beea56b3c6
commit 4b8897d9bc

@ -144,7 +144,7 @@ app.cacheBuster = null;
});
})).then(function (html) {
Object.keys(toRender)
.map(function(k) { return toRender[k]; })
.map(function (k) { return toRender[k]; })
.forEach(function (element, idx) {
element.html(html[idx]);
});

Loading…
Cancel
Save