File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jquery" ,
3
- "version" : " 1.2.7-sec " ,
2
+ "name" : " jquery-lts " ,
3
+ "version" : " 1.2.7" ,
4
4
"main" : " ./jquery.js" ,
5
5
"dependencies" : {
6
6
}
Original file line number Diff line number Diff line change 1
1
( function ( ) {
2
2
/*
3
- * jQuery 1.2.7-sec - New Wave Javascript
3
+ * jQuery-LTS 1.2.7 - New Wave Javascript
4
4
*
5
5
* Copyright (c) 2008 John Resig (jquery.com)
6
6
* Dual licensed under the MIT (MIT-LICENSE.txt)
@@ -85,7 +85,7 @@ jQuery.fn = jQuery.prototype = {
85
85
} ,
86
86
87
87
// The current version of jQuery being used
88
- jquery : "1.2.7-sec " ,
88
+ jquery : "1.2.7" ,
89
89
90
90
// The number of elements contained in the matched element set
91
91
size : function ( ) {
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery @VERSION - New Wave Javascript
2
+ * jQuery-LTS @VERSION - New Wave Javascript
3
3
*
4
4
* Copyright (c) 2008 John Resig (jquery.com)
5
5
* 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