File tree Expand file tree Collapse file tree 15 files changed +9062
-6405
lines changed
Expand file tree Collapse file tree 15 files changed +9062
-6405
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ desc 'Compile Scenario'
3636task :compile_scenario => :init do
3737
3838 deps = [
39- 'lib/jquery/jquery-1.4.2 .js' ,
39+ 'lib/jquery/jquery.js' ,
4040 'src/scenario/angular.prefix' ,
4141 files [ 'angularSrc' ] ,
4242 files [ 'angularScenario' ] ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ angularFiles = {
5959 'jstd' : [
6060 'lib/jasmine-1.0.1/jasmine.js' ,
6161 'lib/jasmine-jstd-adapter/JasmineAdapter.js' ,
62- 'lib/jquery/jquery-1.4.2 .js' ,
62+ 'lib/jquery/jquery.js' ,
6363 'test/jquery_remove.js' ,
6464 '@angularSrc' ,
6565 'example/personalLog/*.js' ,
@@ -111,7 +111,7 @@ angularFiles = {
111111 'jstdJquery' : [
112112 'lib/jasmine-1.0.1/jasmine.js' ,
113113 'lib/jasmine-jstd-adapter/JasmineAdapter.js' ,
114- 'lib/jquery/jquery-1.4.2 .js' ,
114+ 'lib/jquery/jquery.js' ,
115115 'test/jquery_alias.js' ,
116116 '@angularSrc' ,
117117 '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 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < 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 >
55 < script type ="text/javascript " src ="../src/angular-bootstrap.js "> </ script >
66 < script type ="text/javascript ">
77 $ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < 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 >
55 < script type ="text/javascript " src ="../angular-minified.js "> </ script >
66 < script type ="text/javascript ">
77 $ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
22< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
33 < 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 >
55 < script type ="text/javascript " src ="../angular-debug.js "> </ script >
66 < script type ="text/javascript ">
77 $ ( document ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 44 < link rel ="stylesheet " type ="text/css " href ="style.css ">
55 < link rel ="stylesheet " type ="text/css " href ="../../css/angular.css ">
66 < 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 >
88 < script type ="text/javascript " src ="../../src/angular-bootstrap.js "> </ script >
99 < script type ="text/javascript " src ="tweeterclient.js "> </ script >
1010 </ head >
Original file line number Diff line number Diff line change 44 < link rel ="stylesheet " type ="text/css " href ="style.css ">
55 < link rel ="stylesheet " type ="text/css " href ="../../css/angular.css ">
66 < 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 >
88 < script type ="text/javascript " src ="../../src/angular-bootstrap.js "> </ script >
99 < script type ="text/javascript " src ="tweeterclient.js "> </ script >
1010 </ head >
You can’t perform that action at this time.
0 commit comments