Skip to content

Commit

Permalink
let -> var
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 12, 2019
1 parent 1116df8 commit ded1021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/import-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit ded1021

Please sign in to comment.