X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fattributes.js;h=aca9e055dbdf1e113ca5d798230fb103cd7130c2;hb=b3ccf2f2881d9ad988aba1cf3ccffb810063ab29;hp=4f7055a6e4f570cd388bbb461286ef34de6c86a3;hpb=656fe92178fda539d91fe31965b28bccff484778;p=jquery.git diff --git a/src/attributes.js b/src/attributes.js index 4f7055a..aca9e05 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -9,7 +9,7 @@ var rclass = /[\n\t]/g, jQuery.fn.extend({ attr: function( name, value ) { - return access( this, name, value, true, jQuery.attr ); + return jQuery.access( this, name, value, true, jQuery.attr ); }, removeAttr: function( name, fn ) {