load helper.js using requirejs

This commit is contained in:
Nils Schneider 2015-03-29 04:26:23 +02:00
commit 056c46331d
3 changed files with 5 additions and 6 deletions

View file

@ -10,7 +10,6 @@
<link rel="stylesheet" href="style.css">
<script src="bower_components/es6-shim/es6-shim.min.js"></script>
<script src="bower_components/intl/Intl.complete.js"></script>
<script src="helper.js"></script>
<script src="bower_components/requirejs/require.js" data-main="app"></script>
</head>
<body>