Skip to content

Commit

Permalink
Upgraded to jQuery 1.7 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pisi committed Feb 27, 2012
1 parent 0363867 commit e07f8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<script src="qunit/quny.js" type="text/javascript"></script>

<script src="https://getfirebug.com/firebug-lite.js" type="text/javascript"></script>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="../jquery.reel-min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src='../example/inc/jquery.disabletextselect-min.js' type='text/javascript'></script>
<script src='../example/inc/jquery.mousewheel-min.js' type='text/javascript'></script>

Expand Down
2 changes: 1 addition & 1 deletion test/sampler.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset='utf-8' content='text/html' http-equiv='Content-type' />
<title>jQuery Reel Test Sampler</title>
<script src='http://code.jquery.com/jquery-latest.min.js' type='text/javascript'></script>
<script src='../jquery.reel-min.js' type='text/javascript'></script>
<script src='http://code.jquery.com/jquery-1.7.1.min.js' type='text/javascript'></script>
<script src='../example/inc/jquery.disabletextselect-min.js' type='text/javascript'></script>
<script src='../example/inc/jquery.mousewheel-min.js' type='text/javascript'></script>
<script src='../example/inc/jquery.cookie-min.js' type='text/javascript'></script>
Expand Down

0 comments on commit e07f8cb

Please sign in to comment.