Commit afb9c9e3 authored by Matteo Spreafico's avatar Matteo Spreafico Committed by Jesús Rodríguez

chore: fix semicolons

fix semicolons
parent a53d48f2
......@@ -40,7 +40,7 @@
// Bundled (~40 requests):
function packUmd(pkgName) {
packages['@angular/'+pkgName] = { main: pkgName + '.umd.js', defaultExtension: 'js' };
};
}
var setPackageConfig = System.packageWithIndex ? packIndex : packUmd;
......@@ -50,7 +50,7 @@
var config = {
map: map,
packages: packages
}
};
System.config(config);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment