Skip to content

Commit

Permalink
components -> bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Jul 21, 2013
1 parent c6ccc9c commit 8744396
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/index.html
Expand Up @@ -5,13 +5,13 @@

<title>imagesLoaded tests</title>

<link rel="stylesheet" href="../components/qunit/qunit.css" />
<link rel="stylesheet" href="../bower_components/qunit/qunit.css" />
<link rel="stylesheet" href="tests.css" />

<script src="../components/eventEmitter/EventEmitter.js"></script>
<script src="../components/eventie/eventie.js"></script>
<script src="../components/qunit/qunit.js"></script>
<script src="../components/jquery/jquery.js"></script>
<script src="../bower_components/eventEmitter/EventEmitter.js"></script>
<script src="../bower_components/eventie/eventie.js"></script>
<script src="../bower_components/qunit/qunit.js"></script>
<script src="../bower_components/jquery/jquery.js"></script>

<script src="../imagesloaded.js"></script>

Expand Down

0 comments on commit 8744396

Please sign in to comment.