Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Remove redundant main
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Oliver Joseph Ash committed Jun 16, 2014
1 parent 818810f commit dc08bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<div class="scribe"></div>
<script src="../../bower_components/requirejs/require.js" data-main="./main"></script>
<script src="../../bower_components/requirejs/require.js"></script>
<script>
require.config({
paths: {
Expand Down

0 comments on commit dc08bef

Please sign in to comment.