mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
let -> var
This commit is contained in:
parent
1116df80c4
commit
ded1021e94
@ -10,7 +10,7 @@
|
||||
import { baseUrl as pageBaseUrl, parseImportMap, resolveImportMap } from '../common.js';
|
||||
import { systemJSPrototype } from '../system-core.js';
|
||||
|
||||
let importMap, importMapPromise;
|
||||
var importMap, importMapPromise;
|
||||
if (typeof document !== 'undefined') {
|
||||
const scripts = document.getElementsByTagName('script');
|
||||
for (let i = 0; i < scripts.length; i++) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user