This commit is contained in:
Max Lynch
2015-04-30 12:02:01 -05:00
parent 300c6f2cb8
commit 77838300b7
9 changed files with 13395 additions and 76 deletions

View File

@@ -20,7 +20,7 @@
</body>
<script>
System.config({
traceurOptions: {annotations: true, types: true}
traceurOptions: {annotations: true, types: true},
});
System.import('main').catch(console.error.bind(console));
</script>