Fix indent
This commit is contained in:
parent
05a92c2733
commit
4ce35c968b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue