Skip to content

Commit

Permalink
Use our own copy of jquery in test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Feb 26, 2012
1 parent 94b5966 commit c3f324c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suite.html
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Tests</title>
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="../vendor/jquery-latest.js" type="text/javascript"></script>
<script src="lib/qunit.js" type="text/javascript" ></script>
<script src="tests.js" type="text/javascript" ></script>
<script src="../validator.js" type="text/javascript" ></script>
Expand Down

0 comments on commit c3f324c

Please sign in to comment.