Added versioning info into the jQuery core.

1.7/enhancement_8685
John Resig 2006-03-22 19:49:50 +00:00
parent 6b6773fe39
commit aee5a0fe70
1 changed files with 5 additions and 2 deletions

7
jquery/jquery.js vendored
View File

@ -1,7 +1,10 @@
/*
* JQuery (http://jquery.com/)
* jQuery (http://jquery.com/)
* By John Resig (http://ejohn.org/)
* Under an Attribution, Share Alike License
*
* $Date: $
* $Rev: $
*/
function $(a,c) {
@ -32,7 +35,7 @@ function $(a,c) {
// Load Dynamic Function List
var self = {
cur: $.Select($a,$c),
$jquery: "0.30",
$jquery: "$Rev$",
// The only two getters
size: function() {return this.get().length},