Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit cec262f

Browse files
committed
remove let statement
1 parent 582d2d6 commit cec262f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/register-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RegisterLoader.prototype[Loader.resolveInstantiate] = function (key, parentKey)
124124
return instantiated;
125125

126126
// resolveInstantiate always returns a load record with a link record and no module value
127-
let link = instantiated.linkRecord;
127+
var link = instantiated.linkRecord;
128128

129129
// if already beaten to done, return
130130
if (!link) {

0 commit comments

Comments
 (0)