Commit fdf61960 authored by Arne Maier's avatar Arne Maier Committed by Ward Bell

Added semicolon after variable declaration.

closes #94
parent 6c060f10
......@@ -14,7 +14,7 @@
<script src="systemjs.config.js"></script>
<script>
System.import('app').catch(function(err){ console.error(err); });
System.import('app').catch(function(err){ console.error(err); });
</script>
</head>
......
......@@ -40,7 +40,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