Skip to content

Commit

Permalink
fix jquery src in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Nov 30, 2014
1 parent a1c5b5c commit 7621bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<script src="../bower_components/qunit/qunit/qunit.js"></script>

<script src="../bower_components/jquery/dist/jquery.js"></script>

<script src="../bower_components/eventEmitter/EventEmitter.js"></script>
<script src="../bower_components/eventie/eventie.js"></script>
<script src="../bower_components/doc-ready/doc-ready.js"></script>
Expand All @@ -21,8 +23,6 @@
<script src="../bower_components/outlayer/outlayer.js"></script>
<script src="../bower_components/masonry/masonry.js"></script>

<script src="../bower_components/jquery/jquery.js"></script>

<script src="../js/item.js"></script>
<script src="../js/layout-mode.js"></script>
<script src="../js/isotope.js"></script>
Expand Down

0 comments on commit 7621bde

Please sign in to comment.