Fix indent

This commit is contained in:
Varun Patil 2020-10-20 18:43:21 +05:30
parent 05a92c2733
commit 4ce35c968b
1 changed files with 3 additions and 3 deletions

View File

@ -239,9 +239,9 @@
document.body.appendChild(s);
getLazyAsset('gameasync/bitmap-map.js', 'Primary assets', () => {
const s = document.createElement('script');
s.setAttribute('src', 'gameasync/bitmap-map.js');
document.body.appendChild(s);
const s = document.createElement('script');
s.setAttribute('src', 'gameasync/bitmap-map.js');
document.body.appendChild(s);
});
});
}, 200);