This commit is contained in:
Jessica Lord 2016-04-28 17:18:15 -07:00
parent f3078065eb
commit df6263172b
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
<script> <script>
// You can also require other files to run in this process // You can also require other files to run in this process
require('renderer.js') require('./renderer.js')
</script> </script>
</html> </html>