X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fattributes.js;h=aca9e055dbdf1e113ca5d798230fb103cd7130c2;hb=8effe3a7dee91c833cc1774646da9d743600c64c;hp=4f7055a6e4f570cd388bbb461286ef34de6c86a3;hpb=ba8938d444b9a49bdfb27213826ba108145c2e50;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 ) {