Skip to content

Commit afb9c9e

Browse files
matspreaFoxandxss
authored andcommitted
chore: fix semicolons
fix semicolons
1 parent a53d48f commit afb9c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemjs.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// Bundled (~40 requests):
4141
function packUmd(pkgName) {
4242
packages['@angular/'+pkgName] = { main: pkgName + '.umd.js', defaultExtension: 'js' };
43-
};
43+
}
4444

4545
var setPackageConfig = System.packageWithIndex ? packIndex : packUmd;
4646

@@ -50,7 +50,7 @@
5050
var config = {
5151
map: map,
5252
packages: packages
53-
}
53+
};
5454

5555
System.config(config);
5656

0 commit comments

Comments
 (0)