Skip to content

Commit fdf6196

Browse files
KordonDevwardbell
authored andcommitted
Added semicolon after variable declaration.
closes angular#94
1 parent 6c060f1 commit fdf6196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<script src="systemjs.config.js"></script>
1616
<script>
17-
System.import('app').catch(function(err){ console.error(err); });
17+
System.import('app').catch(function(err){ console.error(err); });
1818
</script>
1919
</head>
2020

systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
var config = {
4141
map: map,
4242
packages: packages
43-
}
43+
};
4444

4545
System.config(config);
4646

0 commit comments

Comments
 (0)