Skip to content

Commit

Permalink
Moved dependency files to proper location
Browse files Browse the repository at this point in the history
  • Loading branch information
jskopek committed Mar 6, 2012
1 parent 04142d3 commit 36e5cc5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions test/testTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<script type="text/javascript" src="qunit/qunit.js"></script>
<link rel="stylesheet" href="qunit/qunit.css" />

<script src="../lib/deps/underscore-1.1.7.js"></script>
<script src="../lib/deps/jquery-1.7.1.js"></script>
<script src="../lib/deps/backbone-0.5.3.js"></script>
<script src="deps/underscore-1.1.7.js"></script>
<script src="deps/jquery-1.7.1.js"></script>
<script src="deps/backbone-0.5.3.js"></script>

<script type="text/javascript" src="../lib/tree.js"></script>
<script type="text/javascript" src="../lib/tree_view.js"></script>
Expand Down

0 comments on commit 36e5cc5

Please sign in to comment.