public
Fork of nathansobo/screw-unit
Description: A Javascript BDD Framework with nested describes, a convenient assertion syntax, and an intuitive test browser.
Clone URL: git://github.com/nkallen/screw-unit.git
Click here to lend your support to: screw-unit and make a donation at www.pledgie.com !
new version of jquery
Nick Kallen (author)
Sun Jul 06 16:05:31 -0700 2008
commit  cc41f3cf373d804b11519704faf1971370f43760
tree    dce5a0d03e5e28d4dd05f9acafa945b1c8978ae2
parent  e43110cff3e6b63fa04fc28e79ea56d12550df35
...
11
12
13
14
 
15
16
17
...
11
12
13
 
14
15
16
17
0
@@ -11,7 +11,7 @@
0
   -->
0
   <head>
0
     <!-- These are all of the necessary javascript and css files required to run your tests -->
0
- <script src="lib/jquery-1.2.3.js"></script>
0
+ <script src="lib/jquery-1.2.6.js"></script>
0
     <script src="lib/jquery.fn.js"></script>
0
     <script src="lib/jquery.print.js"></script>
0
     <script src="lib/screw.builder.js"></script>
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 <html>
0
   <head>
0
- <script src="../../lib/jquery-1.2.3.js"></script>
0
+ <script src="../../lib/jquery-1.2.6.js"></script>
0
     <script src="../../lib/jquery.fn.js"></script>
0
     <script src="../../lib/jquery.print.js"></script>
0
     <script src="../../lib/screw.builder.js"></script>
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 <html>
0
   <head>
0
- <script src="../lib/jquery-1.2.3.js"></script>
0
+ <script src="../lib/jquery-1.2.6.js"></script>
0
     <script src="../lib/jquery.fn.js"></script>
0
     <script src="../lib/jquery.print.js"></script>
0
     <script src="../lib/screw.builder.js"></script>

Comments

    No one has commented yet.