Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8f1acc5

Browse files
Foxandxsswardbell
authored andcommitted
chore: make the moduleid loader working on safari (#3532)
1 parent faf3ca6 commit 8f1acc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/_boilerplate/src/systemjs-angular-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports.translate = function(load){
2323

2424
load.source = load.source
2525
.replace(templateUrlRegex, function(match, quote, url){
26-
let resolvedUrl = url;
26+
var resolvedUrl = url;
2727

2828
if (url.startsWith('.')) {
2929
resolvedUrl = basePath + url.substr(1);

0 commit comments

Comments
 (0)