This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 15 files changed +9062
-6405
lines changed
15 files changed +9062
-6405
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ desc 'Compile Scenario'
36
36
task :compile_scenario => :init do
37
37
38
38
deps = [
39
- 'lib/jquery/jquery-1.4.2 .js' ,
39
+ 'lib/jquery/jquery.js' ,
40
40
'src/scenario/angular.prefix' ,
41
41
files [ 'angularSrc' ] ,
42
42
files [ 'angularScenario' ] ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ angularFiles = {
59
59
'jstd' : [
60
60
'lib/jasmine-1.0.1/jasmine.js' ,
61
61
'lib/jasmine-jstd-adapter/JasmineAdapter.js' ,
62
- 'lib/jquery/jquery-1.4.2 .js' ,
62
+ 'lib/jquery/jquery.js' ,
63
63
'test/jquery_remove.js' ,
64
64
'@angularSrc' ,
65
65
'example/personalLog/*.js' ,
@@ -111,7 +111,7 @@ angularFiles = {
111
111
'jstdJquery' : [
112
112
'lib/jasmine-1.0.1/jasmine.js' ,
113
113
'lib/jasmine-jstd-adapter/JasmineAdapter.js' ,
114
- 'lib/jquery/jquery-1.4.2 .js' ,
114
+ 'lib/jquery/jquery.js' ,
115
115
'test/jquery_alias.js' ,
116
116
'@angularSrc' ,
117
117
'example/personalLog/*.js' ,
Original file line number Diff line number Diff line change 1
- . . / . . / . . / lib / jquery / jquery - 1.4 .2 . min . js
1
+ . . / . . / . . / lib / jquery / jquery . min . js
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
3
3
< head >
4
- < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2 .js "> </ script >
4
+ < script type ="text/javascript " src ="../lib/jquery/jquery.js "> </ script >
5
5
< script type ="text/javascript " src ="../src/angular-bootstrap.js "> </ script >
6
6
< script type ="text/javascript ">
7
7
$ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
3
3
< head >
4
- < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2 .js "> </ script >
4
+ < script type ="text/javascript " src ="../lib/jquery/jquery.js "> </ script >
5
5
< script type ="text/javascript " src ="../angular-minified.js "> </ script >
6
6
< script type ="text/javascript ">
7
7
$ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
2
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
3
3
< head >
4
- < script type ="text/javascript " src ="../lib/jquery/jquery-1.4.2 .js "> </ script >
4
+ < script type ="text/javascript " src ="../lib/jquery/jquery.js "> </ script >
5
5
< script type ="text/javascript " src ="../angular-debug.js "> </ script >
6
6
< script type ="text/javascript ">
7
7
$ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 4
4
< link rel ="stylesheet " type ="text/css " href ="style.css ">
5
5
< link rel ="stylesheet " type ="text/css " href ="../../css/angular.css ">
6
6
< script type ="text/javascript " src ="../../lib/underscore/underscore.js "> </ script >
7
- < script type ="text/javascript " src ="../../lib/jquery/jquery-1.4.2 .min.js "> </ script >
7
+ < script type ="text/javascript " src ="../../lib/jquery/jquery.min.js "> </ script >
8
8
< script type ="text/javascript " src ="../../src/angular-bootstrap.js "> </ script >
9
9
< script type ="text/javascript " src ="tweeterclient.js "> </ script >
10
10
</ head >
Original file line number Diff line number Diff line change 4
4
< link rel ="stylesheet " type ="text/css " href ="style.css ">
5
5
< link rel ="stylesheet " type ="text/css " href ="../../css/angular.css ">
6
6
< script type ="text/javascript " src ="../../lib/underscore/underscore.js "> </ script >
7
- < script type ="text/javascript " src ="../../lib/jquery/jquery-1.4.2 .min.js "> </ script >
7
+ < script type ="text/javascript " src ="../../lib/jquery/jquery.min.js "> </ script >
8
8
< script type ="text/javascript " src ="../../src/angular-bootstrap.js "> </ script >
9
9
< script type ="text/javascript " src ="tweeterclient.js "> </ script >
10
10
</ head >
You can’t perform that action at this time.
0 commit comments