mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Added versioning info into the jQuery core.
This commit is contained in:
parent
6b6773fe39
commit
aee5a0fe70
7
jquery/jquery.js
vendored
7
jquery/jquery.js
vendored
@ -1,7 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* JQuery (http://jquery.com/)
|
* jQuery (http://jquery.com/)
|
||||||
* By John Resig (http://ejohn.org/)
|
* By John Resig (http://ejohn.org/)
|
||||||
* Under an Attribution, Share Alike License
|
* Under an Attribution, Share Alike License
|
||||||
|
*
|
||||||
|
* $Date: $
|
||||||
|
* $Rev: $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function $(a,c) {
|
function $(a,c) {
|
||||||
@ -32,7 +35,7 @@ function $(a,c) {
|
|||||||
// Load Dynamic Function List
|
// Load Dynamic Function List
|
||||||
var self = {
|
var self = {
|
||||||
cur: $.Select($a,$c),
|
cur: $.Select($a,$c),
|
||||||
$jquery: "0.30",
|
$jquery: "$Rev$",
|
||||||
|
|
||||||
// The only two getters
|
// The only two getters
|
||||||
size: function() {return this.get().length},
|
size: function() {return this.get().length},
|
||||||
|
Loading…
Reference in New Issue
Block a user