X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=jquery%2Fjquery.js;h=24dc10a6b530848692e4a43472b5d0a4aca0df53;hb=37394df83756344ce35f9d2e47d7eee2bff17094;hp=6b1d2f1cb1f2220f733479a8b4ef5b56ca78a5b0;hpb=6b6773fe39bfa9ebf8fbd06aeac056a571c29416;p=jquery.git diff --git a/jquery/jquery.js b/jquery/jquery.js index 6b1d2f1..24dc10a 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -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},