Skip to content

Commit 737a1d6

Browse files
committed
add jquery 1.7 to test
1 parent a220faf commit 737a1d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<title>Testing mousewheel plugin</title>
55

66
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-git.js"></script>-->
7-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>
7+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.js"></script>
8+
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script>-->
89
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.js"></script>-->
910
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"></script>-->
1011
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.3.2.js"></script>-->

0 commit comments

Comments
 (0)