Skip to content

Commit

Permalink
jQuery 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Feb 7, 2009
1 parent c5dc0cb commit a2fff05
Show file tree
Hide file tree
Showing 4 changed files with 1,940 additions and 1,248 deletions.
4 changes: 2 additions & 2 deletions EXAMPLE.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-->
<head>
<!-- These are all of the necessary javascript and css files required to run your tests -->
<script src="lib/jquery-1.2.6.js"></script>
<script src="lib/jquery.js"></script>
<script src="lib/jquery.fn.js"></script>
<script src="lib/jquery.print.js"></script>
<script src="lib/screw.builder.js"></script>
Expand Down Expand Up @@ -65,4 +65,4 @@
</script>
</head>
<body></body>
</html>
</html>
4 changes: 2 additions & 2 deletions example/spec/suite.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<script src="../../lib/jquery-1.2.6.js"></script>
<script src="../../lib/jquery.js"></script>
<script src="../../lib/jquery.fn.js"></script>
<script src="../../lib/jquery.print.js"></script>
<script src="../../lib/screw.builder.js"></script>
Expand All @@ -22,4 +22,4 @@
<body>
<div id="dom_test" style="position: absolute; left: -9999"></div>
</body>
</html>
</html>
Loading

0 comments on commit a2fff05

Please sign in to comment.