Fixed path to js file for unit tests

This commit is contained in:
Timothy Warren 2011-07-21 16:01:15 -04:00
parent 20ca5e272b
commit a297c25815
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<div class="child"></div>
</aside>
</section>
<script src="../kis.js"></script>
<script src="../kis-all.js"></script>
<script src="qunit/qunit.js"></script>
<script src="./tests.js"></script>
</body>