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

Added semicolon after variable declaration.

closes #94
parent 6c060f10
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
var config = { var config = {
map: map, map: map,
packages: packages packages: packages
} };
System.config(config); 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