File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ MODULES_WITH_PLUGINS = ${SRC_DIR}/intro.js\
3939 ${PLUGINS}\
4040 ${SRC_DIR}/outro.js
4141
42- JQ = ${DIST_DIR}/jquery.js
43- JQ_LITE = ${DIST_DIR}/jquery.lite.js
44- JQ_MIN = ${DIST_DIR}/jquery.min.js
45- JQ_PACK = ${DIST_DIR}/jquery.pack.js
46-
4742JQ_VER = ` cat version.txt `
43+
44+ JQ = ${DIST_DIR}/jquery-lts-${JQ_VER}.js
45+ JQ_LITE = ${DIST_DIR}/jquery-lts-${JQ_VER}.lite.js
46+ JQ_MIN = ${DIST_DIR}/jquery-lts-${JQ_VER}.min.js
47+ JQ_PACK = ${DIST_DIR}/jquery-lts-${JQ_VER}.pack.js
4848VER = sed s/@VERSION/${JQ_VER}/
4949
5050JAR = java -jar ${BUILD_DIR}/js.jar
Original file line number Diff line number Diff line change 11{
2- "name" : " jquery" ,
3- "version" : " 1.2.7-sec " ,
2+ "name" : " jquery-lts " ,
3+ "version" : " 1.2.7" ,
44 "main" : " ./jquery.js" ,
55 "dependencies" : {
66 }
Original file line number Diff line number Diff line change 11( function ( ) {
22/*
3- * jQuery 1.2.7-sec - New Wave Javascript
3+ * jQuery-LTS 1.2.7 - New Wave Javascript
44 *
55 * Copyright (c) 2008 John Resig (jquery.com)
66 * Dual licensed under the MIT (MIT-LICENSE.txt)
@@ -85,7 +85,7 @@ jQuery.fn = jQuery.prototype = {
8585 } ,
8686
8787 // The current version of jQuery being used
88- jquery : "1.2.7-sec " ,
88+ jquery : "1.2.7" ,
8989
9090 // The number of elements contained in the matched element set
9191 size : function ( ) {
Original file line number Diff line number Diff line change 11/*
2- * jQuery @VERSION - New Wave Javascript
2+ * jQuery-LTS @VERSION - New Wave Javascript
33 *
44 * Copyright (c) 2008 John Resig (jquery.com)
55 * Dual licensed under the MIT (MIT-LICENSE.txt)
Original file line number Diff line number Diff line change 1- 1.2.7-sec
1+ 1.2.7
You can’t perform that action at this time.
0 commit comments