mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-25 16:08:40 +00:00
Use const where possible
This commit is contained in:
parent
577230348a
commit
78cfc2a7c9
|
|
@ -37,7 +37,7 @@
|
|||
*/
|
||||
jsOMS.Asset.AssetManager.prototype.registerLoadedAssets = function ()
|
||||
{
|
||||
let scripts = document.getElementsByTagName('script'),
|
||||
const scripts = document.getElementsByTagName('script'),
|
||||
length = scripts.length;
|
||||
|
||||
for (let i = 0; i < length; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user